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 db599fd commit e7a8c8eCopy full SHA for e7a8c8e
.travis.yml
@@ -6,9 +6,6 @@ cache:
6
directories:
7
- docs/_build
8
9
-before_install:
10
- - cp docs-requirements.txt requirements.txt
11
-
12
script:
13
- make html SPHINXOPTS=-W
14
README.rst
@@ -15,7 +15,7 @@ You should run this command before trying to build the documentation:
15
16
::
17
18
- pip3 install -r docs-requirements.txt
+ pip3 install -r requirements.txt
19
20
You can test the documentation locally through simply running
21
docs-requirements.txt renamed to requirements.txt
0 commit comments