Skip to content

Commit aa96850

Browse files
committed
build: re-add requirements-doc.txt
readthedocs.org build accepts requirements.txt only so this commit re-adds it. Without it I couldn't build the documentation there...
1 parent 647c3cf commit aa96850

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
prelude: >
2+
Minor fixes in setup.py and build environment. No actual code change in library .py files.

requirements-doc.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
sphinx
2+
sphinx_rtd_theme
3+
reno
4+

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
"coverage",
4242
"requests",
4343
],
44-
"doc": [
45-
"sphinx",
46-
"sphinx_rtd_theme",
47-
"reno",
48-
]
4944
},
5045
setup_requires=["pytest-runner"],
5146
tests_require=["pytest", "requests"],

0 commit comments

Comments
 (0)