Skip to content

Commit ea24767

Browse files
committed
Fixing path
1 parent 7e2d8bd commit ea24767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_build/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# If extensions (or modules to document with autodoc) are in another directory,
1717
# add these directories to sys.path here. If the directory is relative to the
1818
# documentation root, use os.path.abspath to make it absolute, like shown here.
19-
sys.path.append(os.path.abspath('../_theme/_exts'))
19+
sys.path.append(os.path.abspath('_theme/_exts'))
2020

2121
# adding PhpLexer
2222
from sphinx.highlighting import lexers

0 commit comments

Comments
 (0)