We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d15e8b commit dfb3924Copy full SHA for dfb3924
source/conf.py
@@ -3,7 +3,7 @@
3
import sys
4
from pathlib import Path
5
# import sphinx_rtd_theme
6
-sys.path.append(os.path.abspath('./sphinx_ext/'))
+#sys.path.append(os.path.abspath('./sphinx_ext/'))
7
8
#
9
# -- Project information -----------------------------------------------------
@@ -32,7 +32,7 @@
32
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
33
# ones.
34
extensions = [
35
- 'toctree_filter',
+# 'toctree_filter',
36
'myst_parser',
37
'sphinx.ext.mathjax',
38
'sphinx_copybutton',
0 commit comments