diff --git a/docs/conf.py b/docs/conf.py index 6681be9..29ee7c9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,6 +36,7 @@ "sphinx.ext.napoleon", "sphinx.ext.viewcode", "sphinx.ext.doctest", + "sphinxcontrib.jquery", "sphinxcontrib.spelling", ] diff --git a/docs/requirements.txt b/docs/requirements.txt index a420a04..ca8a167 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,8 +1,7 @@ -Sphinx==1.6.5 -Django -sphinx_rtd_theme -recommonmark -psycopg2-binary==2.8.6 - -sphinxcontrib-spelling -pyenchant +-r ../requirements/common.pip +Sphinx==7.2.6 +sphinx_rtd_theme==1.3.0 +django +sphinxcontrib-spelling==8.0.0 +pyenchant==3.2.2 +myst-parser==2.0.0