Skip to content

Commit

Permalink
try pushing onto sys.path to get automodule to work for RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
robin900 committed Dec 15, 2021
1 parent f0e72c4 commit 0e7f4f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -17,9 +17,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.dirname(__file__))


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

0 comments on commit 0e7f4f8

Please sign in to comment.