Skip to content

Commit

Permalink
change paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Belkner committed Jul 24, 2023
1 parent 85473e9 commit 6bf2494
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
autodoc_mock_imports = ['plancklens', 'MSC', 'bicubic', 'mpi4py', 'attr', 'attrs', 'lensitbiases', 'lenspyx']
# sys.path.insert(0, os.path.abspath("./../"))

sys.path.insert(0, "./../")
# sys.path.insert(0, "./../")
current_path = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, os.path.join(current_path, "../"))
# If extensions (or modules to document with autodoc) are in another directory,
# 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.
Expand Down

0 comments on commit 6bf2494

Please sign in to comment.