Skip to content

Commit

Permalink
Fix docs config for API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
funkybob committed Mar 6, 2017
1 parent 091b372 commit 5013db5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,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
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('.'))


# -- General configuration ------------------------------------------------
Expand Down
7 changes: 0 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,3 @@ Why did you build it?
Recently I've built a number of sites backed by AWS API Gateway, and needed a
way to build their static pages, but remain consistent with the templates and
styles of the rest of the site.

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

0 comments on commit 5013db5

Please sign in to comment.