Skip to content

Commit

Permalink
Read intersphinx inventories from cantera.org
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Dec 12, 2024
1 parent d28d656 commit b137e7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
language = "en"

intersphinx_mapping = {
'stable': ('/stable', '../dev-docs/objects.inv'),
'dev': ('/dev', '../dev-docs/objects.inv'),
'ct30': ('/3.0', '../api-docs/docs-3.0/sphinx/html/objects.inv'),
'ct26': ('/2.6', '../api-docs/docs-2.6/sphinx/html/objects.inv'),
'stable': ('https://testing.cantera.org/stable', None),
'dev': ('https://testing.cantera.org/dev', None),
'ct30': ('https://testing.cantera.org/3.0/sphinx/html', None),
'ct26': ('https://testing.cantera.org/2.6/sphinx/html', None),
}

# -- Options for HTML output -------------------------------------------------
Expand Down

0 comments on commit b137e7f

Please sign in to comment.