Skip to content

Commit

Permalink
Revert "[doc] Attempt to fix autodoc on readthedocs"
Browse files Browse the repository at this point in the history
This reverts commit c05bf86.

it didn't work, looks like the problem is pyutilib missing, requirements
file not working right on readthedocs
  • Loading branch information
Sean Hammond committed May 1, 2012
1 parent b2acf30 commit 30b4bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -19,7 +19,7 @@
# If your extensions (or modules documented by autodoc) are in another directory,
# 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.
sys.path.append(os.path.abspath('..'))
#sys.path.append(os.path.abspath('.'))

# General configuration
# ---------------------
Expand Down

0 comments on commit 30b4bf7

Please sign in to comment.