We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28d656 commit b137e7fCopy full SHA for b137e7f
source/conf.py
@@ -75,10 +75,10 @@
75
language = "en"
76
77
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'),
+ '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),
82
}
83
84
# -- Options for HTML output -------------------------------------------------
0 commit comments