We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72fcfbb + 163f3e1 commit efdd8c1Copy full SHA for efdd8c1
3 files changed
.readthedocs.yaml
@@ -0,0 +1,6 @@
1
+version: 2
2
+
3
+build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: "3.11"
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 @@
-[aliases]
-build_html = build_sphinx -b html --build-dir docs
-
[flake8]
# black uses 88 : ¯\_(ツ)_/¯
max-line-length = 88
0 commit comments