Closed ns-rse closed 3 days ago
Closes #719
Sets Python version for building on ReadTheDocs to align with those required by Python (>=3.9 & < 3.12)
>=3.9 & < 3.12
Before submitting a Pull Request please check the following.
NA - Change is concerned with Continuous Integration building of documentation
configuration.md
usage.md
advanced.md
Closes #719
Sets Python version for building on ReadTheDocs to align with those required by Python (
>=3.9 & < 3.12
)Before submitting a Pull Request please check the following.
NA - Change is concerned with Continuous Integration building of documentation
Existing tests pass.Documentation has been updated and builds. Remember to updateconfiguration.md
,usage.md
, and relevant processing sections underadvanced.md
.Pre-commit checks pass.New functions/methods have typehints and docstrings.New functions/methods have tests which check the intended behaviour is correct.