Skip to content

Commit 6006dc3

Browse files
committed
Remove releases sphinx package
1 parent fad4198 commit 6006dc3

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ name = "pypi"
55

66
[dev-packages]
77
docutils = "==0.14"
8-
releases = {git = "https://github.com/tony/releases.git",ref = "future-releases-uri-config"}
98
alagitpull = "==0.0.22"
109
sphinxcontrib-napoleon = "==0.7"
1110
Sphinx = "==2.0.1"

doc/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@
2828
'sphinx.ext.todo',
2929
'sphinx.ext.linkcode',
3030
'sphinxcontrib.napoleon',
31-
'releases',
3231
'alagitpull',
3332
]
3433

3534
releases_unstable_prehistory = True
36-
releases_document_name = "history"
35+
releases_document_name = ["history"]
3736
releases_issue_uri = "https://github.com/tmux-python/libtmux/issues/%s"
3837
releases_release_uri = "https://github.com/tmux-python/libtmux/tree/v%s"
3938
releases_future_release_uri = "https://github.com/tmux-python/libtmux/tree/%s"

requirements/doc.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
docutils==0.14
2-
git+https://github.com/tony/releases.git@future-releases-uri-config#egg=releases
32
sphinx==2.0.1
43
alagitpull==0.0.23
54
sphinxcontrib-napoleon==0.7

0 commit comments

Comments
 (0)