Skip to content

Commit e7a8c8e

Browse files
committed
Move docs-requirements.txt to requirements.txt
1 parent db599fd commit e7a8c8e

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ cache:
66
directories:
77
- docs/_build
88

9-
before_install:
10-
- cp docs-requirements.txt requirements.txt
11-
129
script:
1310
- make html SPHINXOPTS=-W
1411

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You should run this command before trying to build the documentation:
1515

1616
::
1717

18-
pip3 install -r docs-requirements.txt
18+
pip3 install -r requirements.txt
1919

2020
You can test the documentation locally through simply running
2121

File renamed without changes.

0 commit comments

Comments
 (0)