Skip to content

Commit

Permalink
Only needed to go back one level to find package
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherSamWilson committed Jul 28, 2024
1 parent 16b337b commit 51896d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import os
import sys
sys.path.insert(0, os.path.abspath('../..')) # Source code dir relative to this file
sys.path.insert(0, os.path.abspath('../')) # Source code dir relative to this file

extensions = [
'sphinx.ext.autodoc', # Core library for html generation from docstrings
Expand Down

0 comments on commit 51896d0

Please sign in to comment.