Skip to content

Commit 2a72f48

Browse files
committed
Add sphinx-issues
1 parent f02d77c commit 2a72f48

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ flake8 = "*"
1212
pytest = "*"
1313
libtmux = {path = ".",editable = true}
1414
black = "==19.3b0"
15+
sphinx-issues = "*"
1516

1617
[packages]
1718

Pipfile.lock

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
'sphinx.ext.linkcode',
3030
'sphinx.ext.napoleon',
3131
'alagitpull',
32+
'sphinx_issues',
3233
]
3334

3435
releases_unstable_prehistory = True
@@ -37,6 +38,8 @@
3738
releases_release_uri = "https://github.com/tmux-python/libtmux/tree/v%s"
3839
releases_future_release_uri = "https://github.com/tmux-python/libtmux/tree/%s"
3940

41+
issues_github_path = about['__github__']
42+
4043
templates_path = ['_templates']
4144

4245
source_suffix = '.rst'

requirements/doc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
docutils==0.14
22
sphinx>=2.0.0
3+
sphinx_issues
34
alagitpull>=0.0.22

0 commit comments

Comments
 (0)