We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c3aa4 commit 00d3b39Copy full SHA for 00d3b39
docs/conf.py
@@ -28,7 +28,7 @@
28
"sphinx.ext.todo",
29
"sphinx.ext.linkcode",
30
"sphinx.ext.napoleon",
31
- "sphinx_issues",
+ "sphinx_autoissues",
32
"sphinx_click.ext", # sphinx-click
33
"sphinx_inline_tabs",
34
"sphinx_copybutton",
@@ -44,8 +44,6 @@
44
"strikethrough",
45
]
46
47
-issues_github_path = about["__github__"].replace("https://github.com/", "")
48
-
49
templates_path = ["_templates"]
50
51
source_suffix = {".rst": "restructuredtext", ".md": "markdown"}
@@ -96,6 +94,10 @@
96
94
97
95
}
98
+# sphinx-autoissues
+issuetracker = "github"
99
+issuetracker_project = about["__github__"].replace("https://github.com/", "")
100
+
101
# sphinx.ext.autodoc
102
autoclass_content = "both"
103
autodoc_member_order = "bysource"
0 commit comments