Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"
5 changes: 3 additions & 2 deletions dev-bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ gh release create --target "$(git branch --show-current)" -t "$version" -n "$not

git push --tags

rm -fr dist
python setup.py build_html sdist bdist_wheel
rm -fr build dist
python -m sphinx -M html ./docs ./build/sphinx -W
python setup.py sdist bdist_wheel
twine upload dist/*
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[aliases]
build_html = build_sphinx -b html --build-dir docs

[flake8]
# black uses 88 : ¯\_(ツ)_/¯
max-line-length = 88
Expand Down