Skip to content

Commit

Permalink
Docs: Fix the intersphinx URL of the AiiDA documentation (#910)
Browse files Browse the repository at this point in the history
The URL `http://aiida_core.readthedocs.io/en/latest/` was returning Bad
Request errors as it seems to have been moved to the URL
`http://aiida.readthedocs.io/en/latest/` instead.
  • Loading branch information
sphuber authored Apr 12, 2023
1 parent 5cae75f commit 08532d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# Setting the intersphinx mapping to other readthedocs
intersphinx_mapping = {
'python': ('https://docs.python.org/3.8', None),
'aiida': ('http://aiida_core.readthedocs.io/en/latest/', None),
'aiida': ('http://aiida.readthedocs.io/en/latest/', None),
'aiida_pseudo': ('http://aiida-pseudo.readthedocs.io/en/latest/', None),
}

Expand Down

0 comments on commit 08532d8

Please sign in to comment.