Skip to content

Commit ec79f0c

Browse files
stable?
1 parent f00d438 commit ec79f0c

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

docs/conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
"IPython.sphinxext.ipython_console_highlighting",
9494
"nbsphinx", # Integrate Jupyter Notebooks and Sphinx
9595
"notfound.extension",
96-
"multiproject",
9796
"myst_parser",
9897
# "sphinxcontrib.divparams", # TODO FIX
9998
"sphinx.ext.autodoc", # Core Sphinx library for auto html doc generation from docstrings
@@ -191,12 +190,6 @@
191190
mathjax3_config = {
192191
"tex": {"tags": "ams", "useLabelIds": True},
193192
}
194-
multiproject_projects = {
195-
"notebooks": {
196-
"path": "notebooks/docs/"
197-
},
198-
}
199-
200193
myst_enable_extensions = [
201194
"amsmath",
202195
"dollarmath",

0 commit comments

Comments
 (0)