Skip to content

Commit e2d575f

Browse files
alphadosegitmate-bot
authored andcommitted
Install.rst: Fix docs failing build
Change dependency installation source from docs-requirements.txt to requirements.txt Closes #543
1 parent 0785c16 commit e2d575f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Users/Install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ First you need to install the requirements:
373373

374374
::
375375

376-
$ pip3 install -r docs-requirements.txt
376+
$ pip3 install -r requirements.txt
377377

378378
To generate the documentation coala uses `sphinx`. Documentation can be
379379
generated by running the following command while in root directory of the

0 commit comments

Comments
 (0)