From 2980fd754f8dc8e1e1346d21108f84e46f581794 Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Tue, 22 Aug 2023 09:47:38 -0700 Subject: [PATCH 1/2] bump to new version of sphinx --- devtools/conda-envs/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/conda-envs/docs.yml b/devtools/conda-envs/docs.yml index 9de07df9..8d972f71 100644 --- a/devtools/conda-envs/docs.yml +++ b/devtools/conda-envs/docs.yml @@ -2,6 +2,6 @@ name: alchemiscale-docs channels: - conda-forge dependencies: - - sphinx <7.0.0 # https://github.com/readthedocs/sphinx_rtd_theme/pull/1464 + - sphinx >=7.2.1 - sphinx_rtd_theme - async-lru From 5e477093c9571475b1d686692626dc4e487cd44b Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Tue, 22 Aug 2023 10:01:05 -0700 Subject: [PATCH 2/2] see https://github.com/readthedocs/sphinx_rtd_theme/issues/1452#issuecomment-1490504991 --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 73fd03e9..51ce79ff 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,6 +21,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration extensions = [ + "sphinxcontrib.jquery", "sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx.ext.githubpages",