We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a37564 commit e97bcc8Copy full SHA for e97bcc8
docs/conf.py
@@ -23,7 +23,7 @@
23
"sphinx.ext.todo",
24
"sphinx.ext.napoleon",
25
"sphinx.ext.linkcode",
26
- "sphinx_issues",
+ "sphinx_autoissues",
27
"sphinx_click.ext", # sphinx-click
28
"sphinx_inline_tabs",
29
"sphinx_copybutton",
@@ -83,6 +83,10 @@
83
]
84
}
85
86
+# sphinx-autoissues
87
+issuetracker = "github"
88
+issuetracker_project = "vcs-python/vcspull"
89
+
90
# sphinx.ext.autodoc
91
autoclass_content = "both"
92
autodoc_member_order = "bysource"
@@ -109,9 +113,6 @@
109
113
copybutton_prompt_is_regexp = True
110
114
copybutton_remove_prompts = True
111
115
112
-# sphinx-issues
-issues_github_path = "vcs-python/vcspull"
-
116
# sphinxext-rediraffe
117
rediraffe_redirects = "redirects.txt"
118
rediraffe_branch = "master~1"
0 commit comments