Skip to content

Commit

Permalink
Docs no longer need to be build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschanda committed Aug 18, 2023
1 parent b820ab5 commit 33b2cea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ docs:
@-make tracing
@sphinx-build -c sphinx -b html . docs

docs-and-commit: docs
git add docs
git commit -m "Re-generate documentation for release."

package:
@git clean -xdf
@python3 setup.py sdist bdist_wheel
Expand All @@ -73,7 +69,6 @@ bump:

full_release:
make remove_dev
make docs-and-commit
git push
make package
make upload_main
Expand Down

0 comments on commit 33b2cea

Please sign in to comment.