Skip to content

Commit be8825e

Browse files
committed
Add sphinx-issues
1 parent acd5a67 commit be8825e

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 @@ pytest = "*"
1212
pytest-mock = "*"
1313
libvcs = {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
@@ -17,13 +17,16 @@
1717
'sphinx.ext.intersphinx',
1818
'sphinx.ext.todo',
1919
'alagitpull',
20+
'sphinx_issues',
2021
]
2122

2223
releases_unstable_prehistory = True
2324
releases_document_name = ["history"]
2425
releases_issue_uri = "https://github.com/vcs-python/libvcs/issues/%s"
2526
releases_release_uri = "https://github.com/vcs-python/libvcs/tree/v%s"
2627

28+
issues_github_path = about['__github__']
29+
2730
templates_path = ['_templates']
2831

2932
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
-r ./base.txt
22
sphinx>=2.0.0
33
alagitpull>=0.0.23
4+
sphinx_issues

0 commit comments

Comments
 (0)