We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c581a1 commit acd50cfCopy full SHA for acd50cf
CONTRIBUTING.md
@@ -115,16 +115,12 @@ uv run pre-commit install
115
> the CI runs the tests in several different environments.
116
117
### Building the documentation locally
118
- - From the `docs` folder, run:
+ - Run:
119
```bash
120
- uv run make html
+ uv run make clean -C docs
121
+ uv run make html -C docs
122
```
123
- You can then open `docs/build/html/index.html` with a web browser.
- - Sometimes, you need to manually delete the built documentation before generating it. To do
124
- this, from the `docs` folder, run:
125
- ```bash
126
- uv run make clean
127
- ```
128
129
### Type checking
130
0 commit comments