Use sphinx's builtin extension for issue links

This commit is contained in:
Simon Conseil
2018-08-27 00:39:03 +02:00
parent 062f959000
commit 03d5b0dd67
2 changed files with 2 additions and 3 deletions

View File

@@ -25,11 +25,11 @@ with open(pkgmeta_file) as f:
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx_issues',
'sphinx.ext.extlinks',
'alabaster'
]
issues_github_path = 'saimn/sigal'
extlinks = {'issue': ('https://github.com/saimn/sigal/issues/%s', '#')}
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

View File

@@ -12,6 +12,5 @@ pilkit
pytest
pytest-cov
Sphinx
sphinx-issues
twine
zopfli