Skip to content

Commit 7cdf1f3

Browse files
committed
update docs deps
1 parent 9c78fd5 commit 7cdf1f3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
version = release = importlib.metadata.version("magpylib_material_response")
1010

1111
extensions = [
12-
"myst_parser",
1312
"myst_nb",
1413
"sphinx.ext.autodoc",
1514
"sphinx.ext.intersphinx",
@@ -56,7 +55,7 @@
5655
"dollarmath",
5756
"html_admonition",
5857
"html_image",
59-
"linkify",
58+
#"linkify",
6059
"replacements",
6160
"smartquotes",
6261
"substitution",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ dev = [
4444
"pytest-cov >=3",
4545
]
4646
docs = [
47-
"sphinx>=7.0",
47+
"sphinx>=7.0,<8.0",
4848
"myst_nb",
49-
"myst_parser>=0.13",
5049
"sphinx_copybutton",
5150
"sphinx_autodoc_typehints",
5251
"furo>=2023.08.17",
52+
"pandas",
5353
]
5454

5555
[project.urls]

0 commit comments

Comments
 (0)