Skip to content

Commit 6e88010

Browse files
authored
Merge pull request #5043 from ales-erjavec/build-doc
setup: Add sphinx and recommonmark to build time dependencies
2 parents 93c072e + 6078fe7 commit 6e88010

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
requires = [
33
"setuptools>=40.8.0,<50.0",
44
"wheel",
5-
"oldest-supported-numpy"
5+
"oldest-supported-numpy",
6+
"sphinx",
7+
"recommonmark",
68
]
79

810
build-backend = "setuptools.build_meta"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[config]
22
# applies to sdist and build commands
3-
with-htmlhelp=
3+
with-htmlhelp=1
44

55
[aliases]
66
# build a sdist and a wheel release with included widget help

0 commit comments

Comments
 (0)