Skip to content

Commit

Permalink
[docs] add theme_path to path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandeep Singh Baines committed Sep 10, 2020
1 parent 6e6292b commit a91e0e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
from recommonmark.transform import AutoStructify

sys.path.insert(0, os.path.abspath("../.."))
sys.path.insert(0, pytorch_sphinx_theme.get_html_theme_path())

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit a91e0e6

Please sign in to comment.