Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

path fix #41

Merged
merged 1 commit into from
Apr 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ pytest
pydata-sphinx-theme
sphinxcontrib-httpdomain
sphinxcontrib-mermaid
recommonmark
recommonmark
Pillow
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import sys
from pathlib import Path

sys.path.insert(0, (Path(__file__).parent / ".." / ".." / "deepdrr").absolute())
sys.path.insert(0, (Path(__file__).parent / ".." / "..").absolute())


# -- Project information -----------------------------------------------------
Expand All @@ -37,7 +37,7 @@
"sphinxcontrib.httpdomain",
"sphinxcontrib.autohttp.flask",
"sphinxcontrib.autohttp.flaskqref",
"recommonmark"
"recommonmark",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
6 changes: 0 additions & 6 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
.. DeepDRR documentation master file, created by
sphinx-quickstart on Wed Jan 13 15:26:19 2021.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

DeepDRR
=======

Expand All @@ -14,7 +9,6 @@ DeepDRR
deepdrr
modules


.. Indices and tables
.. ==================

Expand Down