Skip to content

Commit fedfb9f

Browse files
committed
📝 Actually configure the sphinx-issues ext
This is a follow-up for 5062385.
1 parent bfa7f97 commit fedfb9f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@
137137
# https://www.sphinx-doc.org/en/master/usage/extensions/autosectionlabel.html
138138
autosectionlabel_maxdepth = 1 # mitigate Towncrier nested subtitles collision
139139

140+
# -- Options for sphinx_issues extension -------------------------------------
141+
142+
# https://github.com/sloria/sphinx-issues#installation-and-configuration
143+
144+
issues_github_path = 'cherrypy/cheroot'
145+
140146
nitpicky = True
141147

142148
# NOTE: consider having a separate ignore file

0 commit comments

Comments
 (0)