Skip to content

Commit 5fb3e2c

Browse files
authored
Merge pull request #67 from reddit/add_more_to_docs_req
Move around docs requirements
2 parents 132e0b0 + f82cfd3 commit 5fb3e2c

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

docs/requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
alabaster==0.7.12
22
docutils==0.16
33
Jinja2==2.11.2
4+
MarkupSafe==1.1.1
45
pydocstyle==5.1.1
56
Sphinx==3.4.0
67
sphinx-autodoc-typehints==1.11.1
8+
sphinxcontrib-applehelp==1.0.2
9+
sphinxcontrib-devhelp==1.0.2
10+
sphinxcontrib-htmlhelp==1.0.3
11+
sphinxcontrib-jsmath==1.0.1
12+
sphinxcontrib-qthelp==1.0.3
13+
sphinxcontrib-serializinghtml==1.1.4

requirements-transitive.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ certifi==2020.12.5
77
chardet==4.0.0
88
click==7.1.2
99
coverage==5.3.1
10-
docutils==0.16
1110
gevent==21.12.0
1211
greenlet==1.1.1
1312
idna==2.10
@@ -33,12 +32,6 @@ regex==2020.11.13
3332
requests==2.25.1
3433
six==1.15.0
3534
snowballstemmer==2.0.0
36-
sphinxcontrib-applehelp==1.0.2
37-
sphinxcontrib-devhelp==1.0.2
38-
sphinxcontrib-htmlhelp==1.0.3
39-
sphinxcontrib-jsmath==1.0.1
40-
sphinxcontrib-qthelp==1.0.3
41-
sphinxcontrib-serializinghtml==1.1.4
4235
thrift==0.13.0
4336
toml==0.10.2
4437
typed-ast==1.4.3

requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
-r requirements-transitive.txt
2-
alabaster==0.7.12
32
baseplate==2.0.0a1
43
black==21.4b2
54
reddit-decider==1.2.15
@@ -10,7 +9,5 @@ pydocstyle==5.1.1
109
pytest==6.2.5
1110
pytest-cov==2.10.1
1211
reorder-python-imports==2.3.6
13-
Sphinx==3.4.0
14-
sphinx-autodoc-typehints==1.11.1
1512
reddit-edgecontext==1.0.0a3
1613
typing_extensions==4.2.0

0 commit comments

Comments
 (0)