Skip to content

Commit dfb3924

Browse files
author
peer-open-source
committed
remove toctree-filter
1 parent 6d15e8b commit dfb3924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
from pathlib import Path
55
# import sphinx_rtd_theme
6-
sys.path.append(os.path.abspath('./sphinx_ext/'))
6+
#sys.path.append(os.path.abspath('./sphinx_ext/'))
77

88
#
99
# -- Project information -----------------------------------------------------
@@ -32,7 +32,7 @@
3232
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3333
# ones.
3434
extensions = [
35-
'toctree_filter',
35+
# 'toctree_filter',
3636
'myst_parser',
3737
'sphinx.ext.mathjax',
3838
'sphinx_copybutton',

0 commit comments

Comments
 (0)