Skip to content

Commit

Permalink
docs: Add root directory to PATH for docs build
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Apr 27, 2022
1 parent e3e50ae commit c1afb68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import os
import sys

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

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

0 comments on commit c1afb68

Please sign in to comment.