Skip to content

Commit

Permalink
push proper dir onto sys.path
Browse files Browse the repository at this point in the history
  • Loading branch information
robin900 committed Dec 15, 2021
1 parent 0e7f4f8 commit a254368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -19,7 +19,7 @@
#
import os
import sys
sys.path.insert(0, os.path.dirname(__file__))
sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))


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

0 comments on commit a254368

Please sign in to comment.