We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 956f82c + a15b521 commit 968aa05Copy full SHA for 968aa05
docs/source/contributing.md
@@ -108,15 +108,16 @@ please don't hesitate to make a contribution.
108
The documentation is found in the `docs/source` folder, where the structure mirrors the rendered website.
109
110
Dependencies for building the documentation locally can be found at `docs/requirements.txt`.
111
-To install these, change directory to the `docs` folder in your terminal and type:
+To install these, from the root folder run:
112
113
```
114
-pip install -r requirements.txt
+pip install -r docs/requirements.txt
115
116
117
-The command to build the documentation is:
+From the docs folder, build the documentation with `make`:
118
119
120
+cd docs
121
make clean api_index.rst html
122
123
0 commit comments