Skip to content

Commit

Permalink
[docs] fix sphinx 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 8ff2e1a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
import sys
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
Expand All @@ -20,8 +21,6 @@
import pytorch_sphinx_theme
from recommonmark.transform import AutoStructify

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

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

project = "fairscale"
Expand Down

0 comments on commit 8ff2e1a

Please sign in to comment.