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 8fd2a93 commit ef02fac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: Mambaforge
miniforge-variant: Miniforge
miniforge-version: latest
python-version: 3.9.16
activate-environment: anaconda-client-env
Expand Down
12 changes: 6 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
# }

intersphinx_mapping = {
"MDAnalysis": ('https://docs.mdanalysis.org/stable/': None),
"Bio": ('https://biopython.org/docs/latest/api/': None),
"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,
"MDAnalysis": ('https://docs.mdanalysis.org/stable/', None),
"Bio": ('https://biopython.org/docs/latest/api/', None),
"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,
}

# Make sure the target is unique
Expand Down

0 comments on commit ef02fac

Please sign in to comment.