diff --git a/requirements_docs.txt b/requirements_docs.txt index 1595715d..0be6630e 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -1,8 +1,9 @@ # docs -furo -docutils>=0.17 -sphinx>=4 +furo==2023.7.26 +docutils>=0.17,<1 +sphinx==7.1.* sphinx-autobuild>=2021.3.14 -sphinx-autodoc-typehints -myst-parser>=0.18.0 -docstring-parser \ No newline at end of file +sphinx-autodoc-typehints>=1.24.0 +sphinx-design>=0.5.0,<1 +myst-parser>=2.0.0,<3 +docstring-parser>=0.15,<1 \ No newline at end of file