Skip to content

Commit b8e5730

Browse files
committed
Don't run sphinx in sdist
1 parent 50f6890 commit b8e5730

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

dev-bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ hub release create -m "$message" "$tag"
6868
git push --tags
6969

7070
rm -fr dist
71-
python setup.py sdist bdist_wheel
71+
python setup.py build_html sdist bdist_wheel
7272
twine upload dist/*

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[aliases]
22
build_html = build_sphinx -b html --build-dir docs
3-
sdist = build_html sdist
43

54
[flake8]
65
# black uses 88 : ¯\_(ツ)_/¯

0 commit comments

Comments
 (0)