Skip to content

Commit c2bf503

Browse files
committed
Stop using build_sphinx
1 parent d8d11c6 commit c2bf503

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

dev-bin/release.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ gh release create --target "$(git branch --show-current)" -t "$version" -n "$not
6262

6363
git push --tags
6464

65-
rm -fr dist
66-
python setup.py build_html sdist bdist_wheel
65+
rm -fr build dist
66+
python -m sphinx -M html ./docs ./build/sphinx
67+
python setup.py sdist bdist_wheel
6768
twine upload dist/*

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[aliases]
2-
build_html = build_sphinx -b html --build-dir docs
3-
41
[flake8]
52
# black uses 88 : ¯\_(ツ)_/¯
63
max-line-length = 88

0 commit comments

Comments
 (0)