Skip to content

Commit 745f576

Browse files
committed
add @dantownsend suggestions
1 parent bcf85f4 commit 745f576

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/contributing/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ Contributing to the docs
113113

114114
The docs are written using Sphinx. To get them running locally:
115115

116-
* Install the requirements: ``pip install -r requirements/readthedocs-requirements.txt``
116+
* Make sure the main requirements are installed: ``pip install -r requirements/requirements.txt``
117+
* Install the documentation requirements: ``pip install -r requirements/doc-requirements.txt``
117118
* ``cd docs``
118119
* Do an initial build of the docs: ``make html``
119120
* Serve the docs: ``python serve_docs.py``

0 commit comments

Comments
 (0)