Skip to content

Commit

Permalink
comment out htmi_theme_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandeep Singh Baines committed Sep 11, 2020
1 parent ef87da7 commit c25acbd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
for x in os.listdir(os.path.join(pytorch_sphinx_theme.get_html_theme_path(), "pytorch_sphinx_theme")):
print("Mandeep", x)

f = "/home/docs/checkouts/readthedocs.org/user_builds/fairscale/envs/docs/lib/python3.7/site-packages/sphinx/builders/html/__init__.py"
with open(f) as b:
for l in b.readlines():
print(l)
# -- Project information -----------------------------------------------------

project = "fairscale"
Expand Down Expand Up @@ -67,7 +63,8 @@


html_theme = "pytorch_sphinx_theme"
html_theme_path = [pytorch_sphinx_theme.get_html_theme_path()]
#html_theme_path = [pytorch_sphinx_theme.get_html_theme_path()]
#html_theme_path = [os.path.join(pytorch_sphinx_theme.get_html_theme_path(), "pytorch_sphinx_theme")]
templates_path = ["_templates"]

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down

0 comments on commit c25acbd

Please sign in to comment.