Skip to content

Commit

Permalink
minor edit in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nikohansen committed Jan 25, 2023
1 parent d9233d1 commit c088219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
backup cma --move
git checkout -- cma
pip install -e .
pydoctor --docformat=restructuredtext --html-output=apidocs cma > pydoctor-messages.txt ; less pydoctor-messages.txt # check for errors
pydoctor --docformat=restructuredtext --html-output=apidocs cma > pydoctor-messages.txt ; less pydoctor-messages.txt # check for errors (which are at the end!)
backup --recover
# push new docs to github
Expand Down

0 comments on commit c088219

Please sign in to comment.