Skip to content

Commit

Permalink
fix RTD builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Feb 24, 2022
1 parent e427470 commit e6dde80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import os
import os, sys

# Fetch the `__version__`
bsb_folder = os.path.join(os.path.dirname(__file__), "..", "bsb")
Expand All @@ -8,6 +8,7 @@
if "__version__ = " in line:
exec(line.strip())
break
sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit e6dde80

Please sign in to comment.