diff --git a/doc/requirements.txt b/doc/requirements.txt index fd05ac5de5..80cff22639 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -19,11 +19,10 @@ recommonmark scipy seaborn sphinx-tabs -sphinx>=2 +sphinx>=4.0.2 sphinx_autobuild sphinx_gallery sphinx_rtd_theme -jinja2<3 statsmodels tqdm yamllint diff --git a/environment.yml b/environment.yml index b5d90a03c3..d396f0d0c6 100644 --- a/environment.yml +++ b/environment.yml @@ -75,10 +75,8 @@ dependencies: - path.py - pydot - recommonmark - - sphinx-tabs - - sphinx >= 2 + - sphinx >= 4.0.2 - sphinx_rtd_theme - - jinja2 < 3 - tqdm - yamllint @@ -98,3 +96,4 @@ dependencies: - Image - sphinx_autobuild - sphinx_gallery + - sphinx-tabs