Skip to content

Commit 1e6eb33

Browse files
committed
Install doc8 and its dependencies to help clean up docs.
1 parent c24c642 commit 1e6eb33

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ alagitpull = "*"
99
releases = "*"
1010
aafigure = "*"
1111
sphinxcontrib-napoleon = "*"
12-
Sphinx = "*"
12+
sphinx = "*"
1313
isort = "*"
1414
"flake8" = "*"
1515
vulture = "*"
1616
pytest = "*"
1717
pytest-rerunfailures = "*"
1818
tmuxp = {path = ".", editable = true}
1919
"e1839a8" = {path = ".", editable = true}
20+
"doc8" = "*"
2021

2122
[packages]
2223
kaptan = "*"
2324
libtmux = "==0.8.0"
2425
click = ">=7<8"
2526
colorama = "*"
2627
"e1839a8" = {path = ".", editable = true}
27-
sphinx = "*"
2828

2929
[requires]
3030
python_version = "2.7"

Pipfile.lock

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

0 commit comments

Comments
 (0)