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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ We use the [Sphinx PyData Theme](https://pydata-sphinx-theme.readthedocs.io/en/s

Before beginning any work, review the [contributing section](#contributing).

To build the documentation, python3 (3.11 or greater) and `pip3` are required.
To build the documentation, python3 (3.12 or greater) and `pip3` are required.
All required python modules are listed in `requirements.txt`.
Install them with `pip3 install -r requirements.txt`. _virtual environment recommended_

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setuptools==78.1.1
pydata-sphinx-theme>=0.16.1
sphinx-design>=0.6.1
sphinx==8.2.3
sphinx-design>=0.7.0
sphinx==9.1.0
sphinx_copybutton>=0.5.2
sphinx-reredirects
sphinx-autobuild
Expand Down
Loading