Skip to content

Commit

Permalink
docs and github actions bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
frannerin committed Jan 2, 2025
1 parent ef02fac commit 16d7f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_conda_newenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Miniforge
miniforge-variant: Miniforge3
miniforge-version: latest
python-version: 3.9.16
activate-environment: anaconda-client-env
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"nglview": ('http://nglviewer.org/nglview/latest/', None),
"networkx": ('https://networkx.org/documentation/stable/', None),
"pandas": ('https://pandas.pydata.org/docs/', None),
"matplotlib": 'https://matplotlib.org/stable/', None,
"matplotlib": ('https://matplotlib.org/stable/', None),
}

# Make sure the target is unique
Expand Down

0 comments on commit 16d7f9e

Please sign in to comment.