Skip to content

Commit

Permalink
Merge pull request #41 from arcadelab/dev
Browse files Browse the repository at this point in the history
path fix
  • Loading branch information
benjamindkilleen committed Apr 17, 2021
2 parents abacbce + c245931 commit 534125e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
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

0 comments on commit 534125e

Please sign in to comment.