Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
DOC: update intersphinx URL for docs (#13)
Browse files Browse the repository at this point in the history
Update the intersphinx URL for the main GLASS documentation.
  • Loading branch information
ntessore authored Apr 4, 2024
1 parent 74b73d7 commit dca9eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'numpy': ('https://numpy.org/doc/stable/', None),
'glass': ('https://glass.readthedocs.io/en/latest/', None),
'glass': ('https://glass.readthedocs.io/latest/', None),
}


Expand Down

0 comments on commit dca9eb4

Please sign in to comment.