From b3ac1069a521b8e051e1d6e51ab51ca02940a902 Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:01:34 -0700 Subject: [PATCH 1/2] pulls in <7.3 on RTD -- let's just match that --- docs/environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment.yaml b/docs/environment.yaml index 399a35dd6..0d5058f5d 100644 --- a/docs/environment.yaml +++ b/docs/environment.yaml @@ -22,7 +22,7 @@ dependencies: - nbsphinx-link - myst-parser - threadpoolctl -- sphinx +- sphinx <7.3 - sphinx-design - sphinx-toolbox - pip: From a2f65d7746b67559fae4cacf1f16ae903fabbdd1 Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:05:35 -0700 Subject: [PATCH 2/2] sort deps and add a spacce for pins --- docs/environment.yaml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/docs/environment.yaml b/docs/environment.yaml index 0d5058f5d..054595d51 100644 --- a/docs/environment.yaml +++ b/docs/environment.yaml @@ -3,28 +3,27 @@ channels: - https://conda.anaconda.org/jaimergp/label/unsupported-cudatoolkit-shim - https://conda.anaconda.org/conda-forge dependencies: -- autodoc-pydantic<2.0 -- lomap2>=3.0.0 -- kartograf>=1.0.0 -- openff-models>=0.0.5 +- autodoc-pydantic <2.0 +- gitpython +- kartograf >=1.0.0 +- libsass +- lomap2 >=3.0.0 +- myst-parser +- nbsphinx +- nbsphinx-link +- openff-models >=0.0.5 - openff-toolkit >=0.13.0 - openff-units - openmm - packaging - plugcli - python=3.10 -- sphinx<7.3 -- sphinx-click -- gitpython -- tqdm -- libsass -- nbsphinx -- nbsphinx-link -- myst-parser -- threadpoolctl - sphinx <7.3 +- sphinx-click - sphinx-design - sphinx-toolbox +- threadpoolctl +- tqdm - pip: - git+https://github.com/OpenFreeEnergy/gufe@main - git+https://github.com/OpenFreeEnergy/ofe-sphinx-theme@v0.1.0