Skip to content

Commit

Permalink
Extend doc path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Mar 25, 2024
1 parent d7e22ac commit fc47700
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import codecs
import os
from subprocess import check_call
import sys


# If extensions (or modules to document with autodoc) are in another directory,
Expand All @@ -20,6 +21,7 @@
#
# import sys
# sys.path.insert(0, os.path.abspath(os.path.curdir))
sys.path.insert(0, os.path.abspath(os.path.curdir))


read_the_docs_build = os.environ.get('READTHEDOCS') == 'True'
Expand Down

0 comments on commit fc47700

Please sign in to comment.