Skip to content

Commit 6087fbc

Browse files
committed
🐛 FIX: RTD fail - install extension locally
1 parent efc37bf commit 6087fbc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.readthedocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ sphinx:
1212
python:
1313
version: 3.7
1414
install:
15-
- requirements: docs/requirements.txt
15+
- method: pip
16+
path: .
17+
extra_requirements:
18+
- rtd

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extras = testing
1919
deps =
2020
sphinx2: sphinx>=2,<3
2121
sphinx3: sphinx>=3,<4
22-
commands = pytest {posargs}
22+
commands = pytest --verbose {posargs}
2323

2424
[testenv:docs-{update,clean}]
2525
extras = rtd

0 commit comments

Comments
 (0)