Skip to content

Instantly share code, notes, and snippets.

@whophil
Last active April 11, 2016 15:51
Show Gist options
  • Save whophil/4dacf97def3779f204031990f2613792 to your computer and use it in GitHub Desktop.
Save whophil/4dacf97def3779f204031990f2613792 to your computer and use it in GitHub Desktop.
Sphinx extensions: autodoc, napoleon
sys.path.insert(0, os.path.abspath('.'))
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx.ext.napoleon',
'nbsphinx'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment