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 223fdc0 commit 19e4a56Copy full SHA for 19e4a56
doc/source/conf.py
@@ -30,11 +30,11 @@
30
31
# Check for external Sphinx extensions we depend on
32
try:
33
- import numpydoc # noqa: F401
+ import numpydoc
34
except ImportError:
35
raise RuntimeError('Need to install "numpydoc" package for doc build')
36
37
- import texext # noqa: F401
+ import texext
38
39
raise RuntimeError('Need to install "texext" package for doc build')
40
pyproject.toml
@@ -135,6 +135,7 @@ ignore = [
135
136
[tool.ruff.lint.per-file-ignores]
137
"__init__.py" = ["F401"]
138
+"doc/source/conf.py" = ["F401"]
139
140
[tool.ruff.format]
141
quote-style = "single"
0 commit comments