Skip to content

Commit 646d2a1

Browse files
authored
Added requirements.txt for ReadTheDocs (#1055)
Flake8 and Spinx cannot be installed together anymore as of conflict with importlib-metadata package. As RTD only supports one requirements.txt file we need a separate one where only the dependencies for creation of documentation are installed.
1 parent a1fd85d commit 646d2a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: docs/requirements.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# RTD only supports one requirements.txt file, therefore this has been created.
2+
# This file needs to keep in sync with tox testenv docs dependencies.
3+
4+
-r ../requirements/requirements-optionals.txt
5+
-r ../requirements/requirements-testing.txt
6+
-r ../requirements/requirements-documentation.txt

0 commit comments

Comments
 (0)