add sphinx-issues

This commit is contained in:
David Lord 2019-05-17 13:26:54 -07:00
parent 6f703a564c
commit 6dbcbdee35
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 3 additions and 0 deletions

View file

@ -18,6 +18,7 @@ extensions = [
"sphinx.ext.intersphinx",
"sphinxcontrib.log_cabinet",
"pallets_sphinx_themes",
"sphinx_issues",
]
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
@ -29,6 +30,7 @@ intersphinx_mapping = {
"wtforms": ("https://wtforms.readthedocs.io/en/stable/", None),
"blinker": ("https://pythonhosted.org/blinker/", None),
}
issues_github_path = "pallets/flask"
# HTML -----------------------------------------------------------------

View file

@ -1,3 +1,4 @@
Sphinx~=1.8.0
Pallets-Sphinx-Themes~=1.1.0
sphinxcontrib-log-cabinet~=1.0.0
sphinx-issues~=1.2.0