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 ec529c8 commit f0616d3Copy full SHA for f0616d3
pyproject.toml
@@ -121,12 +121,7 @@ development = [
121
"twine",
122
]
123
plotting = [ "matplotlib" ]
124
-read-the-docs = [
125
- "matplotlib",
126
- "numpy",
127
- "pydata-sphinx-theme",
128
- "sphinxcontrib-bibtex"
129
-]
+read-the-docs = [ "matplotlib", "pydata-sphinx-theme", "sphinxcontrib-bibtex" ]
130
131
[tool.black]
132
line-length = 79
tasks.py
@@ -387,7 +387,6 @@ def sub_callable(match):
387
),
388
source,
389
)
390
- source = re.sub('{.*extra == "read-the-docs".*', "{", source)
391
source = re.sub(
392
"setup_kwargs = {(.*)}.*setup\\(\\*\\*setup_kwargs\\)",
393
sub_callable,
0 commit comments