Skip to content

Commit 5c88b93

Browse files
authored
Made docs/requirements.txt obsolete and install project itself (#1134)
1 parent 8e1edcd commit 5c88b93

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ sphinx:
1010

1111
python:
1212
install:
13-
- requirements: docs/requirements.txt
13+
- requirements: requirements/requirements-optionals.txt
14+
- requirements: requirements/requirements-documentation.txt
15+
- method: pip
16+
path: .

docs/requirements.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ deps =
4040
commands = flake8
4141

4242
[testenv:docs]
43+
# keep in sync with .readthedocs.yml
4344
basepython = python3.8
4445
deps =
4546
-rrequirements/requirements-optionals.txt

0 commit comments

Comments
 (0)