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.
1 parent d8d11c6 commit c2bf503Copy full SHA for c2bf503
dev-bin/release.sh
@@ -62,6 +62,7 @@ gh release create --target "$(git branch --show-current)" -t "$version" -n "$not
62
63
git push --tags
64
65
-rm -fr dist
66
-python setup.py build_html sdist bdist_wheel
+rm -fr build dist
+python -m sphinx -M html ./docs ./build/sphinx
67
+python setup.py sdist bdist_wheel
68
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