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 b1558a0 commit f08a632Copy full SHA for f08a632
1 file changed
python/doc/source/conf.py
@@ -160,8 +160,9 @@
160
161
codeautolink_concat_default = True
162
163
+intersphinx_resolve_self = 'dolfinx'
164
+
165
# Could be reimplemented using packaging.version
-dolfinx_version = "main" if "dev0" in dolfinx.__version__ else "v" + dolfinx.__version__
166
basix_version = "main" if "dev0" in basix.__version__ else "v" + basix.__version__
167
ffcx_version = "main" if "dev0" in ffcx.__version__ else "v" + ffcx.__version__
168
ufl_version = "main" if "dev0" in ufl.__version__ else ufl.__version__
0 commit comments