Skip to content

Commit e97bcc8

Browse files
committed
docs(conf): Enable sphinx-autoissues
1 parent 6a37564 commit e97bcc8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/conf.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"sphinx.ext.todo",
2424
"sphinx.ext.napoleon",
2525
"sphinx.ext.linkcode",
26-
"sphinx_issues",
26+
"sphinx_autoissues",
2727
"sphinx_click.ext", # sphinx-click
2828
"sphinx_inline_tabs",
2929
"sphinx_copybutton",
@@ -83,6 +83,10 @@
8383
]
8484
}
8585

86+
# sphinx-autoissues
87+
issuetracker = "github"
88+
issuetracker_project = "vcs-python/vcspull"
89+
8690
# sphinx.ext.autodoc
8791
autoclass_content = "both"
8892
autodoc_member_order = "bysource"
@@ -109,9 +113,6 @@
109113
copybutton_prompt_is_regexp = True
110114
copybutton_remove_prompts = True
111115

112-
# sphinx-issues
113-
issues_github_path = "vcs-python/vcspull"
114-
115116
# sphinxext-rediraffe
116117
rediraffe_redirects = "redirects.txt"
117118
rediraffe_branch = "master~1"

0 commit comments

Comments
 (0)