Skip to content

Commit bbfb7df

Browse files
committed
upgrade all docs deps
1 parent 02fd478 commit bbfb7df

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,17 @@ requires = ["fissix"]
2222
requires-python = "~=3.6"
2323

2424
[tool.flit.metadata.requires-extra]
25-
docs = ["sphinx~=3.2"]
25+
docs = [
26+
"alabaster~=0.7.12",
27+
"commonmark~=0.9.1",
28+
"docutils~=0.16.0",
29+
"mock~=4.0",
30+
"pillow~=7.2",
31+
"readthedocs-sphinx-ext~=2.1",
32+
"recommonmark~=0.6.0",
33+
"sphinx~=3.2",
34+
"sphinx-rtd-theme~=0.5.0",
35+
]
2636
test = ["pytest", "pytest-cov", "coverage>=5.3"]
2737

2838
[tool.flit.scripts]

0 commit comments

Comments
 (0)