Skip to content

Commit

Permalink
add defcon in the rtd sys path
Browse files Browse the repository at this point in the history
  • Loading branch information
typemytype committed Dec 4, 2023
1 parent 7f59e38 commit c77f123
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
# If your extensions are in another directory, add it here. If the directory
# is relative to the documentation root, use os.path.abspath to make it
# absolute, like shown here.
#sys.path.append(os.path.abspath('.'))

sys.path.insert(0, os.path.abspath('../../Lib'))

# General configuration
# ---------------------
Expand Down

0 comments on commit c77f123

Please sign in to comment.