File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -156,19 +156,18 @@ steps below:
156156It is recommended that you use a virtual environment to build the documentation. This will allow you to
157157install 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
160160following the instructions on the [ pyenv GitHub page] ( https://github.com/pyenv/pyenv ) .
161161
162162``` bash
163- pip install -r requirements.txt
164163make html
165164```
166165
167166### Synchronize the browser while editing
168167
169168Use ` sphinx-autobuild ` to view changes in the browser while you edit documentation.
170169
171- ``` shell
170+ ``` bash
172171make livehtml
173172```
174173
You can’t perform that action at this time.
0 commit comments