🚑 Stop setting PR/issue prefix @ `sphinx-issues`
Apparently, the extension only supports one of the pre-defined prefixes.
This commit is contained in:
parent
0971a95902
commit
8f2ef30f4a
|
@ -450,8 +450,6 @@ towncrier_draft_config_path = "pyproject.toml" # relative to cwd
|
||||||
# -- Options for sphinx_issues extension -----------------------------------
|
# -- Options for sphinx_issues extension -----------------------------------
|
||||||
|
|
||||||
issues_github_path = "pytest-dev/pytest"
|
issues_github_path = "pytest-dev/pytest"
|
||||||
issues_prefix = "issue #"
|
|
||||||
issues_pr_prefix = "pull request #"
|
|
||||||
|
|
||||||
|
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
|
|
Loading…
Reference in New Issue