Skip to content

Commit

Permalink
Update docs conf
Browse files Browse the repository at this point in the history
  • Loading branch information
UmSenhorQualquer committed Aug 2, 2018
1 parent 02db2bf commit 7eb8c1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.

import os
import sys

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


extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
Expand Down

0 comments on commit 7eb8c1e

Please sign in to comment.