Skip to content

Commit 70cabb0

Browse files
committed
remove extlinks ext and fix ci failure
1 parent 8566150 commit 70cabb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
extensions = [
1717
"sphinx.ext.autodoc",
1818
"sphinx.ext.intersphinx",
19-
"sphinx.ext.extlinks",
2019
"sphinx_issues",
2120
]
2221

@@ -47,4 +46,4 @@
4746
# -- Options for extlinks ----------------------------------------------------
4847
# https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html#configuration
4948

50-
issues_github_path = 'pypa/pyproject-hooks'
49+
issues_github_path = "pypa/pyproject-hooks"

0 commit comments

Comments
 (0)