diff --git a/docs/conf.py b/docs/conf.py index f494ea8d..e263d01a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 ----------------------------------------------------------------- diff --git a/docs/requirements.txt b/docs/requirements.txt index e667deaa..6443d592 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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