Skip to content

Commit

Permalink
move docs/tephi to docs (#165)
Browse files Browse the repository at this point in the history
* move docs/tephi to docs

* fixed doc build dir

* fixed doc build dir

* corrected path in conf.py
  • Loading branch information
ESadek-MO authored Nov 14, 2024
1 parent 6738592 commit 8257837
Show file tree
Hide file tree
Showing 21 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ coverage.xml
# Sphinx documentation
docs/_build/
# ignore autogen apidoc files
docs/tephi/source/api
docs/source/api
# misc
*.lock

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/tephi/source/conf.py → docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import sys

# ensure tephi is discoverable by rtd build environment
root = pathlib.Path(__file__).absolute().parent.parent.parent.parent
root = pathlib.Path(__file__).absolute().parent.parent.parent
os.environ["PYTHONPATH"] = str(root)
sys.path.insert(0, str(root))

Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ commands =
description =
invoke sphinx-build to build the docs/run the doctests
setenv =
DOCSDIR = {toxinidir}/docs/tephi/source
DOCSDIR = {toxinidir}/docs/source
BUILDDIR = {toxinidir}/docs/_build
conda_env = requirements/rtd.yml
commands =
Expand Down

0 comments on commit 8257837

Please sign in to comment.