From 7f0a81a88a2b1c7f9ac49387ab41a9d61511f1a3 Mon Sep 17 00:00:00 2001 From: Jon Schwenk Date: Fri, 20 Dec 2024 17:05:33 -0700 Subject: [PATCH] fix docbuild --- .github/workflows/docs.yml | 2 +- docs/source/_build/html/_sources/pages/installation.rst.txt | 4 ++-- docs/source/_build/html/pages/installation.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5331d78..7d7811c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,7 +21,7 @@ jobs: with: auto-update-conda: false activate-environment: hprepo - environment-file: hp_environment.yml + environment-file: environment.yml - name: install run: | conda env list diff --git a/docs/source/_build/html/_sources/pages/installation.rst.txt b/docs/source/_build/html/_sources/pages/installation.rst.txt index 31423b5..96b8e16 100644 --- a/docs/source/_build/html/_sources/pages/installation.rst.txt +++ b/docs/source/_build/html/_sources/pages/installation.rst.txt @@ -28,11 +28,11 @@ Open an Anaconda Terminal window and create an empty environment named ``hprepo` conda create --name hprepo --no-default-packages -Then update this enviornment using ``mamba`` and pointing to the ``hp_environment.yml`` file: +Then update this enviornment using ``mamba`` and pointing to the ``environment.yml`` file: :: - mamba env update -n hprepo --file "path\to\hp_environment.yml" + mamba env update -n hprepo --file "path\to\environment.yml" Finally, use ``pip`` to do a live-install of the repo into the environment. diff --git a/docs/source/_build/html/pages/installation.html b/docs/source/_build/html/pages/installation.html index ea0018a..0879472 100644 --- a/docs/source/_build/html/pages/installation.html +++ b/docs/source/_build/html/pages/installation.html @@ -87,8 +87,8 @@
conda create --name hprepo --no-default-packages
 
-

Then update this enviornment using mamba and pointing to the hp_environment.yml file:

-
mamba env update -n hprepo --file "path\to\hp_environment.yml"
+

Then update this enviornment using mamba and pointing to the environment.yml file:

+
mamba env update -n hprepo --file "path\to\environment.yml"
 

Finally, use pip to do a live-install of the repo into the environment.