Skip to content

Commit

Permalink
Merge pull request #99 from shashank-iitbhu/autodoc-fix
Browse files Browse the repository at this point in the history
Fix for sphinx autodoc
  • Loading branch information
andrewtavis authored Mar 17, 2024
2 parents 104d027 + 5987ffa commit 1e07ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
import sphinx_rtd_theme

sys.path.insert(0, os.path.abspath(".."))
sys.path.insert(0, os.path.abspath("../../src"))

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

Expand Down

0 comments on commit 1e07ac9

Please sign in to comment.