Updated documentation

This commit is contained in:
Mark Qvist 2022-06-22 10:08:27 +02:00
parent 7bd6da034a
commit 7545613c52
17 changed files with 51 additions and 44 deletions

View file

@ -42,7 +42,10 @@ build_wheel:
build_pure_wheel:
python3 setup.py sdist bdist_wheel --pure
release: test remove_symlinks build_wheel build_pure_wheel create_symlinks
documentation:
make -C docs html
release: test remove_symlinks build_wheel build_pure_wheel documentation create_symlinks
upload:
@echo Ready to publish release, hit enter to continue