Skip to content

Commit

Permalink
add module path for autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick committed May 12, 2024
1 parent 18d61e7 commit 84d7ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ include README.md
include LICENSE
include requirements.txt
include pyproject.toml
include src/qutip_qoc/pulse.pyx

recursive-include tests *.py *.qasm pytest.ini
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import sys

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

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
Expand Down

0 comments on commit 84d7ddc

Please sign in to comment.