File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,3 @@ _petsc*
129129# Files created by demos
130130core
131131log.txt
132-
133- .pytest_cache /
134- .mypy_cache /
Original file line number Diff line number Diff line change 160160
161161codeautolink_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__
165166basix_version = "main" if "dev0" in basix .__version__ else "v" + basix .__version__
166167ffcx_version = "main" if "dev0" in ffcx .__version__ else "v" + ffcx .__version__
167168ufl_version = "main" if "dev0" in ufl .__version__ else ufl .__version__
188189 f"https://mpi4py.readthedocs.io/en/{ mpi4py .__version__ } " ,
189190 None ,
190191 ),
191- "dolfinx" : (
192- f"https://docs.fenicsproject.org/dolfinx/{ dolfinx_version } /python" ,
193- None ,
194- ),
195192 "basix" : (
196193 f"https://docs.fenicsproject.org/basix/{ basix_version } /python" ,
197194 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