Skip to content

Commit 301bf16

Browse files
committed
MAINT: there are no custom sphinx extensions
Remove custom sphinx extension directory from path.
1 parent 288daaa commit 301bf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# If extensions (or modules to document with autodoc) are in another directory,
4343
# add these directories to sys.path here. If the directory is relative to the
4444
# documentation root, use os.path.abspath to make it absolute, like shown here.
45-
sys.path.append(os.path.abspath('../sphinxext'))
45+
# sys.path.append(os.path.abspath('../sphinxext'))
4646

4747
# -- General configuration ----------------------------------------------------
4848

0 commit comments

Comments
 (0)