Skip to content

Commit 307d5d6

Browse files
committed
Add sphinx-issues
1 parent 76d92e9 commit 307d5d6

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

Pipfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ isort = "*"
1212
"flake8" = "*"
1313
pytest = "*"
1414
pytest-rerunfailures = "*"
15-
tmuxp = {path = ".", editable = true}
15+
tmuxp = {path = ".",editable = true}
1616
"doc8" = "*"
1717
twine = "*"
18+
sphinx-issues = "*"
1819

1920
[packages]
2021
kaptan = "*"
2122
libtmux = "==0.8.1"
2223
click = ">=7<8"
2324
colorama = "*"
24-
"e1839a8" = {path = ".", editable = true}
25+
e1839a8 = {path = ".",editable = true}
2526

2627
[requires]
2728
python_version = "3"

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,13 +29,16 @@
2929
'sphinx.ext.linkcode',
3030
'aafig',
3131
'alagitpull',
32+
'sphinx_issues',
3233
]
3334

3435
releases_unstable_prehistory = True
3536
releases_document_name = ["history"]
3637
releases_issue_uri = "https://github.com/tmux-python/tmuxp/issues/%s"
3738
releases_release_uri = "https://github.com/tmux-python/tmuxp/tree/v%s"
3839

40+
issues_github_path = about['__github__']
41+
3942
templates_path = ['_templates']
4043

4144
source_suffix = '.rst'

requirements/doc.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
-r ./base.txt
22
docutils>=0.14
3-
sphinx>=1.8.1
3+
sphinx>=2.0.0
44
alagitpull>=0.0.21
5+
sphinx_issues
56
aafigure>=0.6
67
doc8>=0.8.0

0 commit comments

Comments
 (0)