Skip to content

Commit

Permalink
Adding sphinx version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Dec 9, 2022
1 parent b508757 commit ed1811f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/other/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,14 @@ halls of science.
Example use cases
-----------------


- Pseudo-control external access to shared data.
- Automate coupling models with shared, evolving parameter sets.
- Set parameter limits to catch unique error cases, such as unphysical
conditions or numerical instabilities.
conditions, numerical instabilities, or failure conditions.
- Couple models in a single, short script, without hand-managing input files or
writing long single-use automation scripts.
- Provides a basic API for making development and research more accessible to
early developers.

writing complicated single-use automation scripts.
- Easy-to-maintain API, making your programs accessible to developers and
researchers of any programming level.

FAQ
---
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# sphinx/readthedocs.io
m2r2
sphinx_rtd_theme>=0.5.1
sphinx>=4.3.0
poetry
pre-commit
sphinx-autorun
Expand Down

0 comments on commit ed1811f

Please sign in to comment.