Skip to content

Commit a214beb

Browse files
authored
Few final things to bring through from release. (#3963)
1 parent 0ec0792 commit a214beb

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,3 @@ _petsc*
129129
# Files created by demos
130130
core
131131
log.txt
132-
133-
.pytest_cache/
134-
.mypy_cache/

python/doc/source/conf.py

Lines changed: 2 additions & 5 deletions
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__
@@ -188,10 +189,6 @@
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,

python/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ docs = [
3636
"matplotlib",
3737
"myst_parser",
3838
"numba",
39+
"packaging",
3940
"pyyaml",
4041
"sphinx",
4142
"sphinx_rtd_theme",

0 commit comments

Comments
 (0)