Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ venv.bak/
.ropeproject

# mkdocs documentation
/site
docs/site

# mypy
.mypy_cache/
Expand Down
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ mkdocs build -f docs/mkdocs.yml

## Documentation Contributions

### Required

- [mkdocs](https://mkdocs.org)
- the packages listed in `mkdocs -f docs/mkdocs.yml get-deps` must be installed in your python environment

If your PR changes flags, behavior, output format, or workflows:

* Update the relevant page in [docs/docs](docs/docs)
Expand Down