Skip to content

Commit f08a632

Browse files
committed
Resolve intersphinx to self for DOLFINx.
1 parent b1558a0 commit f08a632

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python/doc/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,9 @@
160160

161161
codeautolink_concat_default = True
162162

163+
intersphinx_resolve_self = 'dolfinx'
164+
163165
# Could be reimplemented using packaging.version
164-
dolfinx_version = "main" if "dev0" in dolfinx.__version__ else "v" + dolfinx.__version__
165166
basix_version = "main" if "dev0" in basix.__version__ else "v" + basix.__version__
166167
ffcx_version = "main" if "dev0" in ffcx.__version__ else "v" + ffcx.__version__
167168
ufl_version = "main" if "dev0" in ufl.__version__ else ufl.__version__

0 commit comments

Comments
 (0)