Skip to content

Commit 8257837

Browse files
authored
move docs/tephi to docs (#165)
* move docs/tephi to docs * fixed doc build dir * fixed doc build dir * corrected path in conf.py
1 parent 6738592 commit 8257837

21 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ coverage.xml
5959
# Sphinx documentation
6060
docs/_build/
6161
# ignore autogen apidoc files
62-
docs/tephi/source/api
62+
docs/source/api
6363
# misc
6464
*.lock
6565

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/tephi/source/conf.py renamed to docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import sys
1818

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

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)