Skip to content

Commit

Permalink
Pinning package requirements for readthedocs
Browse files Browse the repository at this point in the history
Minor version updates to multiple packages used in the generation of the
documentation introduce dependencies needing Sphinx >= 5.0, which breaks
the sphinx extensions we use in documenting the MOM6 APIs. I have added
versions for all the packages needed to keep things working with Sphinx4
for now, but we really do need to find a way to work with the newer
versions.

More pinningaof of requirements for readthedocs

More pinning of requirements for readthedocs
  • Loading branch information
adcroft authored and marshallward committed Mar 2, 2024
1 parent d0e9c25 commit fd5696b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ six
future
# Old Sphinx requires an old Jinja2
jinja2<3.1
sphinxcontrib_applehelp<1.0.8
sphinxcontrib_devhelp<1.0.6
sphinxcontrib_htmlhelp<2.0.5
sphinxcontrib_qthelp<1.0.7
sphinxcontrib_serializinghtml<1.0.7
alabaster<0.7.14

0 comments on commit fd5696b

Please sign in to comment.