Skip to content

Commit b137e7f

Browse files
committed
Read intersphinx inventories from cantera.org
1 parent d28d656 commit b137e7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575
language = "en"
7676

7777
intersphinx_mapping = {
78-
'stable': ('/stable', '../dev-docs/objects.inv'),
79-
'dev': ('/dev', '../dev-docs/objects.inv'),
80-
'ct30': ('/3.0', '../api-docs/docs-3.0/sphinx/html/objects.inv'),
81-
'ct26': ('/2.6', '../api-docs/docs-2.6/sphinx/html/objects.inv'),
78+
'stable': ('https://testing.cantera.org/stable', None),
79+
'dev': ('https://testing.cantera.org/dev', None),
80+
'ct30': ('https://testing.cantera.org/3.0/sphinx/html', None),
81+
'ct26': ('https://testing.cantera.org/2.6/sphinx/html', None),
8282
}
8383

8484
# -- Options for HTML output -------------------------------------------------

0 commit comments

Comments
 (0)