|
@@ -37,8 +37,11 @@ extensions = [
|
|
'sphinx.ext.autodoc',
|
|
'sphinx.ext.autodoc',
|
|
'sphinx.ext.intersphinx',
|
|
'sphinx.ext.intersphinx',
|
|
'sphinx.ext.viewcode',
|
|
'sphinx.ext.viewcode',
|
|
|
|
+ 'sphinxcontrib_github_alt',
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+github_project_url = "https://github.com/takluyver/pynsist"
|
|
|
|
+
|
|
# Add any paths that contain templates here, relative to this directory.
|
|
# Add any paths that contain templates here, relative to this directory.
|
|
templates_path = ['_templates']
|
|
templates_path = ['_templates']
|
|
|
|
|