Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 9def347

Browse files
committed
Added automatic links for GitHub issues.
1 parent edc4209 commit 9def347

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'sphinx.ext.autodoc',
3333
'sphinx.ext.coverage',
3434
'sphinx.ext.viewcode',
35+
'sphinxcontrib.issuetracker', # autolinks issue numbers (like #78)
3536
]
3637

3738
# Add any paths that contain templates here, relative to this directory.
@@ -260,3 +261,7 @@
260261

261262
# If true, do not generate a @detailmenu in the "Top" node's menu.
262263
#texinfo_no_detailmenu = False
264+
265+
# sphinxcontrib.issuetracker settings
266+
issuetracker = 'github'
267+
issuetracker_project = 'GreenSteam/pep257'

requirements/docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinxcontrib-issuetracker

0 commit comments

Comments
 (0)