We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fcfbb commit 5b4a69bCopy full SHA for 5b4a69b
2 files changed
dev-bin/release.sh
@@ -63,6 +63,7 @@ gh release create --target "$(git branch --show-current)" -t "$version" -n "$not
63
64
git push --tags
65
66
-rm -fr dist
67
-python setup.py build_html sdist bdist_wheel
+rm -fr build dist
+python -m sphinx -M html ./docs ./build/sphinx -W
68
+python setup.py sdist bdist_wheel
69
twine upload dist/*
setup.cfg
@@ -1,6 +1,3 @@
1
-[aliases]
2
-build_html = build_sphinx -b html --build-dir docs
3
-
4
[flake8]
5
# black uses 88 : ¯\_(ツ)_/¯
6
max-line-length = 88
0 commit comments