Skip to content

Commit

Permalink
fix docbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschwenk committed Dec 21, 2024
1 parent e8006a3 commit 7f0a81a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/_build/html/_sources/pages/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/source/_build/html/pages/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">create</span> <span class="o">--</span><span class="n">name</span> <span class="n">hprepo</span> <span class="o">--</span><span class="n">no</span><span class="o">-</span><span class="n">default</span><span class="o">-</span><span class="n">packages</span>
</pre></div>
</div>
<p class="linemarker linemarker-31">Then update this enviornment using <code class="docutils literal notranslate"><span class="pre">mamba</span></code> and pointing to the <code class="docutils literal notranslate"><span class="pre">hp_environment.yml</span></code> file:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">mamba</span> <span class="n">env</span> <span class="n">update</span> <span class="o">-</span><span class="n">n</span> <span class="n">hprepo</span> <span class="o">--</span><span class="n">file</span> <span class="s2">&quot;path</span><span class="se">\t</span><span class="s2">o\hp_environment.yml&quot;</span>
<p class="linemarker linemarker-31">Then update this enviornment using <code class="docutils literal notranslate"><span class="pre">mamba</span></code> and pointing to the <code class="docutils literal notranslate"><span class="pre">environment.yml</span></code> file:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">mamba</span> <span class="n">env</span> <span class="n">update</span> <span class="o">-</span><span class="n">n</span> <span class="n">hprepo</span> <span class="o">--</span><span class="n">file</span> <span class="s2">&quot;path</span><span class="se">\t</span><span class="s2">o\environment.yml&quot;</span>
</pre></div>
</div>
<p class="linemarker linemarker-37">Finally, use <code class="docutils literal notranslate"><span class="pre">pip</span></code> to do a live-install of the repo into the environment.</p>
Expand Down

0 comments on commit 7f0a81a

Please sign in to comment.