Skip to content

Commit

Permalink
Stop calling generate_docs temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
todor-ivanov committed Apr 28, 2021
1 parent 66fcc57 commit d77d5eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ def run(self):
cmd.force = self.force
cmd.ensure_finalized()
cmd.run()
self.generate_docs()
# Stop calling generate_docs temporary
# self.generate_docs()
self.distribution.have_run[command] = 1

class InstallCommand(install):
Expand Down

0 comments on commit d77d5eb

Please sign in to comment.