We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a0635 commit a8c6345Copy full SHA for a8c6345
docs/README.md
@@ -7,13 +7,13 @@ This directory contains the tools used to generate this [project's documentation
7
8
To build documentation for the current working tree (assuming same directory layout as git repo):
9
```
10
-pip install pdoc
+pip install pdoc packaging
11
python docs/make.py
12
13
14
To build documentation for "all versions" of this project (assuming git tags are present):
15
16
17
python docs/build_full_documentation.py
18
19
By "all versions" I mean from v0.5.1 and up because that is the first version with docstrings that enable documentation.
0 commit comments