We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7557b07 commit 717be1cCopy full SHA for 717be1c
docs/README.md
@@ -2,9 +2,11 @@
2
3
Building the docs requires Python 3.8.1+
4
5
-Ensure the dev dependencies in `pyproject.toml` are installed.
+1. Ensure the dev dependencies in `pyproject.toml` are installed.
6
7
-From the root directory, run the Makefile:
+2. Add your changes to the appropriate `.rst` source file in `docs/source` directory.
8
+
9
+3. From the root directory, run the Makefile:
10
11
```
12
make -C docs html
0 commit comments