File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 160160
161161codeautolink_concat_default = True
162162
163- intersphinx_resolve_self = ' dolfinx'
163+ intersphinx_resolve_self = " dolfinx"
164164
165165# Could be reimplemented using packaging.version
166166basix_version = "main" if "dev0" in basix .__version__ else "v" + basix .__version__
189189 f"https://mpi4py.readthedocs.io/en/{ mpi4py .__version__ } " ,
190190 None ,
191191 ),
192- "dolfinx" : (
193- f"https://docs.fenicsproject.org/dolfinx/{ dolfinx_version } /python" ,
194- None ,
195- ),
196192 "basix" : (
197193 f"https://docs.fenicsproject.org/basix/{ basix_version } /python" ,
198194 None ,
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ docs = [
3636 " matplotlib" ,
3737 " myst_parser" ,
3838 " numba" ,
39+ " packaging" ,
3940 " pyyaml" ,
4041 " sphinx" ,
4142 " sphinx_rtd_theme" ,
You can’t perform that action at this time.
0 commit comments