forked from orbit-oss/flask
add sphinx-issues
This commit is contained in:
parent
6f703a564c
commit
6dbcbdee35
2 changed files with 3 additions and 0 deletions
|
|
@ -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 -----------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue