Skip to content

Commit 00d3b39

Browse files
committed
docs(conf): Enable sphinx-autoissues
1 parent 98c3aa4 commit 00d3b39

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/conf.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"sphinx.ext.todo",
2929
"sphinx.ext.linkcode",
3030
"sphinx.ext.napoleon",
31-
"sphinx_issues",
31+
"sphinx_autoissues",
3232
"sphinx_click.ext", # sphinx-click
3333
"sphinx_inline_tabs",
3434
"sphinx_copybutton",
@@ -44,8 +44,6 @@
4444
"strikethrough",
4545
]
4646

47-
issues_github_path = about["__github__"].replace("https://github.com/", "")
48-
4947
templates_path = ["_templates"]
5048

5149
source_suffix = {".rst": "restructuredtext", ".md": "markdown"}
@@ -96,6 +94,10 @@
9694
]
9795
}
9896

97+
# sphinx-autoissues
98+
issuetracker = "github"
99+
issuetracker_project = about["__github__"].replace("https://github.com/", "")
100+
99101
# sphinx.ext.autodoc
100102
autoclass_content = "both"
101103
autodoc_member_order = "bysource"

0 commit comments

Comments
 (0)