Added viewcode plugin for source code visualization within the static website.

This commit is contained in:
LysandreJik
2019-07-09 17:01:56 -04:00
parent 83fb311ef7
commit 331db8cc02
3 changed files with 17 additions and 5 deletions

View File

@@ -42,8 +42,8 @@ extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.coverage',
'sphinx.ext.napoleon',
'recommonmark'
'recommonmark',
'sphinx.ext.viewcode'
]
# Add any paths that contain templates here, relative to this directory.