Skip to content

Commit 9d89e49

Browse files
Updated contributing
1 parent 60c72c1 commit 9d89e49

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/community/contributing.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,19 +156,18 @@ steps below:
156156
It is recommended that you use a virtual environment to build the documentation. This will allow you to
157157
install the required dependencies without affecting your system.
158158

159-
Python 3.10 should be used to build the documentation. You can install it using your package manager or by
159+
Python 3.11 should be used to build the documentation. You can install it using your package manager or by
160160
following the instructions on the [pyenv GitHub page](https://github.com/pyenv/pyenv).
161161

162162
```bash
163-
pip install -r requirements.txt
164163
make html
165164
```
166165

167166
### Synchronize the browser while editing
168167

169168
Use `sphinx-autobuild` to view changes in the browser while you edit documentation.
170169

171-
```shell
170+
```bash
172171
make livehtml
173172
```
174173

0 commit comments

Comments
 (0)