Skip to content

Commit

Permalink
adjusting doc ddepen and miniconda version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgwen committed Oct 18, 2023
1 parent b929b67 commit c058c1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:
auto-activate-base: false
activate-environment: pathml
environment-file: environment.yml
mamba-version: "*"
# mamba-version: "*"
miniforge-version: latest
use-mamba: true
channels: conda-forge
python-version: ${{ matrix.python-version }}
- name: Debugging
run: |
Expand Down
4 changes: 2 additions & 2 deletions docs/readthedocs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sphinx==6.2.1
sphinx==7.1.2
nbsphinx==0.8.8
nbsphinx-link==1.3.0
sphinx-rtd-theme==1.0.0
sphinx-rtd-theme==1.3.0
sphinx-autoapi==3.0.0
ipython==8.10.0
sphinx-copybutton==0.4.0
Expand Down

0 comments on commit c058c1d

Please sign in to comment.