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.
2 parents 93c072e + 6078fe7 commit 6e88010Copy full SHA for 6e88010
pyproject.toml
@@ -2,7 +2,9 @@
2
requires = [
3
"setuptools>=40.8.0,<50.0",
4
"wheel",
5
- "oldest-supported-numpy"
+ "oldest-supported-numpy",
6
+ "sphinx",
7
+ "recommonmark",
8
]
9
10
build-backend = "setuptools.build_meta"
setup.cfg
@@ -1,6 +1,6 @@
1
[config]
# applies to sdist and build commands
-with-htmlhelp=
+with-htmlhelp=1
[aliases]
# build a sdist and a wheel release with included widget help
0 commit comments