We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc37bf commit 6087fbcCopy full SHA for 6087fbc
.readthedocs.yml
@@ -12,4 +12,7 @@ sphinx:
12
python:
13
version: 3.7
14
install:
15
- - requirements: docs/requirements.txt
+ - method: pip
16
+ path: .
17
+ extra_requirements:
18
+ - rtd
tox.ini
@@ -19,7 +19,7 @@ extras = testing
19
deps =
20
sphinx2: sphinx>=2,<3
21
sphinx3: sphinx>=3,<4
22
-commands = pytest {posargs}
+commands = pytest --verbose {posargs}
23
24
[testenv:docs-{update,clean}]
25
extras = rtd
0 commit comments