Skip to content

Commit 14713d4

Browse files
committed
feat: add note about python version in contributing doc
1 parent e76d09b commit 14713d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
## Building docs locally
99

1010
The documentation currently uses [Jupyter-book](https://jupyterbook.org/).
11+
12+
Please note that Jupyterbook does not yet support Sphinx v4, and Sphinx v3 does not run correctly with Python 3.10.
13+
Therefore, until Jupyterbook is updated to support Sphinx v4, please use Python `<= 3.9` for your virtual environment.
14+
1115
To build the documentation locally, to test before opening Pull Requests for example, a virtual environment can be used:
1216

1317
```

0 commit comments

Comments
 (0)