Skip to content

Commit 717be1c

Browse files
Update docs README
1 parent 7557b07 commit 717be1c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
Building the docs requires Python 3.8.1+
44

5-
Ensure the dev dependencies in `pyproject.toml` are installed.
5+
1. Ensure the dev dependencies in `pyproject.toml` are installed.
66

7-
From the root directory, run the Makefile:
7+
2. Add your changes to the appropriate `.rst` source file in `docs/source` directory.
8+
9+
3. From the root directory, run the Makefile:
810

911
```
1012
make -C docs html

0 commit comments

Comments
 (0)