Last active
April 11, 2016 15:51
-
-
Save whophil/4dacf97def3779f204031990f2613792 to your computer and use it in GitHub Desktop.
Sphinx extensions: autodoc, napoleon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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