From 438812d3a87d6ff7f031fd219f29a7dbdbb54177 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 16 May 2023 13:44:50 +0200 Subject: [PATCH] Update documentation stack / require sphinxcontrib-matlabdomain<0.19.0 (#2091) * Update documentation stack * require sphinxcontrib-matlabdomain<0.19.0 Fixes #2090 --- documentation/rtd_requirements.txt | 29 ++++++++++++++--------------- documentation/rtd_requirements2.txt | 2 +- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/documentation/rtd_requirements.txt b/documentation/rtd_requirements.txt index b1f499ad10..a4d68af842 100644 --- a/documentation/rtd_requirements.txt +++ b/documentation/rtd_requirements.txt @@ -1,24 +1,23 @@ # NOTE: relative paths are expected to be relative to the repository root -sphinx==5.1.1 -mock>=4.0.3 -setuptools==65.5.1 +sphinx<7 +mock>=5.0.2 +setuptools==67.7.2 pysb>=1.11.0 -matplotlib==3.5.3 -pkgconfig>=1.5.5 -nbsphinx>=0.8.9 -nbformat==5.4.0 -recommonmark>=0.6.0 -sphinx_rtd_theme>=1.0.0 -petab[vis]>=0.1.20 -sphinx-autodoc-typehints==1.19.2 +matplotlib==3.7.1 +nbsphinx>=0.9.1 +nbformat==5.8.0 +recommonmark>=0.7.1 +sphinx_rtd_theme>=1.2.0 +petab[vis]>=0.2.0 +sphinx-autodoc-typehints==1.23.0 git+https://github.com/readthedocs/sphinx-hoverxref@main -ipython==8.10.0 -breathe==4.34.0 +ipython==8.13.2 +breathe==4.35.0 #exhale>=0.3.5 -e git+https://github.com/mithro/sphinx-contrib-mithro#egg=sphinx-contrib-exhale-multiproject&subdirectory=sphinx-contrib-exhale-multiproject -sphinxcontrib-matlabdomain>=0.12.0 +sphinxcontrib-matlabdomain<0.19.0 sphinxcontrib-napoleon>=0.7 -pygments==2.13.0 +pygments==2.15.1 Jinja2==3.1.2 git+https://github.com/readthedocs/readthedocs-sphinx-ext ipykernel diff --git a/documentation/rtd_requirements2.txt b/documentation/rtd_requirements2.txt index 2b90e5cf66..5a39f8e683 100644 --- a/documentation/rtd_requirements2.txt +++ b/documentation/rtd_requirements2.txt @@ -1 +1 @@ -exhale>=0.3.5 +exhale>=0.3.6