Skip to content

Commit

Permalink
Updated config for sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
halcy committed Nov 24, 2016
1 parent a7873d5 commit 119b870
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
import sys
import sys.path
import os

extensions = ['sphinx.ext.autodoc']
sys.path.insert(0, os.path.abspath('../'))

0 comments on commit 119b870

Please sign in to comment.