From 0bca4e694156e9dfe00e310ebe89bda0bc927bbb Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Wed, 8 Oct 2025 09:15:38 -0400 Subject: [PATCH 1/5] fix docs memory build error --- docs/environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment.yaml b/docs/environment.yaml index a91f42b..9a5c421 100644 --- a/docs/environment.yaml +++ b/docs/environment.yaml @@ -8,7 +8,7 @@ dependencies: - python=3.10 - sphinx - tqdm -- gufe +- gufe=1.6.1 - pip: - sphinx-design - sphinx-toolbox From 88dae3ba8794410f89afd61748b6ddbe13a39459 Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Wed, 8 Oct 2025 11:22:03 -0400 Subject: [PATCH 2/5] minimal build --- docs/environment.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/environment.yaml b/docs/environment.yaml index 9a5c421..b19ce9a 100644 --- a/docs/environment.yaml +++ b/docs/environment.yaml @@ -2,14 +2,14 @@ name: lomap-docs channels: - https://conda.anaconda.org/conda-forge dependencies: -- openff-units==0.2.0 -- plugcli -- pydata-sphinx-theme +# - openff-units==0.2.0 +# - plugcli +# - pydata-sphinx-theme - python=3.10 -- sphinx -- tqdm -- gufe=1.6.1 -- pip: - - sphinx-design - - sphinx-toolbox - - git+https://github.com/OpenFreeEnergy/ofe-sphinx-theme@main +# - sphinx +# - tqdm +# - gufe=1.6.1 +# - pip: +# - sphinx-design +# - sphinx-toolbox +# - git+https://github.com/OpenFreeEnergy/ofe-sphinx-theme@main From c09d5b747c6dc1b71a0af437be4a04ecb1f003c5 Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Wed, 8 Oct 2025 11:25:40 -0400 Subject: [PATCH 3/5] add gufe pin --- docs/environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment.yaml b/docs/environment.yaml index b19ce9a..f6b2e60 100644 --- a/docs/environment.yaml +++ b/docs/environment.yaml @@ -8,7 +8,7 @@ dependencies: - python=3.10 # - sphinx # - tqdm -# - gufe=1.6.1 +- gufe>=1.6.1 # - pip: # - sphinx-design # - sphinx-toolbox From ad6f4e5756d4ee7a4df3ae55d264c1ab26c95b32 Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Wed, 8 Oct 2025 11:29:10 -0400 Subject: [PATCH 4/5] try building themes --- docs/environment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/environment.yaml b/docs/environment.yaml index f6b2e60..4891b30 100644 --- a/docs/environment.yaml +++ b/docs/environment.yaml @@ -4,12 +4,12 @@ channels: dependencies: # - openff-units==0.2.0 # - plugcli -# - pydata-sphinx-theme +- pydata-sphinx-theme - python=3.10 # - sphinx # - tqdm - gufe>=1.6.1 -# - pip: -# - sphinx-design -# - sphinx-toolbox -# - git+https://github.com/OpenFreeEnergy/ofe-sphinx-theme@main +- pip: + - sphinx-design + - sphinx-toolbox + - git+https://github.com/OpenFreeEnergy/ofe-sphinx-theme@main From 0bb09a38fbbd58a0093b514a9a1305377db93cc1 Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Wed, 8 Oct 2025 11:35:18 -0400 Subject: [PATCH 5/5] pin to ofe-sphinx-theme v0.2.0 until we're ready to update --- docs/environment.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/environment.yaml b/docs/environment.yaml index 4891b30..68cf3dd 100644 --- a/docs/environment.yaml +++ b/docs/environment.yaml @@ -2,14 +2,10 @@ name: lomap-docs channels: - https://conda.anaconda.org/conda-forge dependencies: -# - openff-units==0.2.0 -# - plugcli - pydata-sphinx-theme - python=3.10 -# - sphinx -# - tqdm - gufe>=1.6.1 - pip: - sphinx-design - sphinx-toolbox - - git+https://github.com/OpenFreeEnergy/ofe-sphinx-theme@main + - git+https://github.com/OpenFreeEnergy/ofe-sphinx-theme@v0.2.0