Use --no-search to skip generating the search artifacts. Eliminates the cleanup step, skips an unnecessary build stage.
Eliminate badges in pdoc navigation by moving them in the README. I like the inline look on GitHub, but it's not worth version-controlling a custom template with tweaked CSS.[^css]
[^css]: Custom CSS would look like this:
```css
nav.pdoc img {
display: none;
}
```
Breaking changes
List any changes that break the API usage supported on master.
Description
Use
--no-search
to skip generating the search artifacts. Eliminates the cleanup step, skips an unnecessary build stage.Eliminate badges in pdoc navigation by moving them in the README. I like the inline look on GitHub, but it's not worth version-controlling a custom template with tweaked CSS.[^css]
[^css]: Custom CSS would look like this:
Breaking changes
None.
Relevant issues
None.
Checklist
README.md
example usage has been updated.~