Skip to content

Commit

Permalink
print html init
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandeep Singh Baines committed Sep 11, 2020
1 parent b54f5a7 commit ef87da7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
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

0 comments on commit ef87da7

Please sign in to comment.