We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c78fd5 commit 7cdf1f3Copy full SHA for 7cdf1f3
docs/conf.py
@@ -9,7 +9,6 @@
9
version = release = importlib.metadata.version("magpylib_material_response")
10
11
extensions = [
12
- "myst_parser",
13
"myst_nb",
14
"sphinx.ext.autodoc",
15
"sphinx.ext.intersphinx",
@@ -56,7 +55,7 @@
56
55
"dollarmath",
57
"html_admonition",
58
"html_image",
59
- "linkify",
+ #"linkify",
60
"replacements",
61
"smartquotes",
62
"substitution",
pyproject.toml
@@ -44,12 +44,12 @@ dev = [
44
"pytest-cov >=3",
45
]
46
docs = [
47
- "sphinx>=7.0",
+ "sphinx>=7.0,<8.0",
48
49
- "myst_parser>=0.13",
50
"sphinx_copybutton",
51
"sphinx_autodoc_typehints",
52
"furo>=2023.08.17",
+ "pandas",
53
54
[project.urls]
0 commit comments