Fix Telegram API missing on readthedocs

This commit is contained in:
Dan 2018-09-19 18:52:02 +02:00
parent cc47897c68
commit bee6ced5c2

View File

@ -130,6 +130,7 @@ class Generate(Command):
if len(argv) > 1 and argv[1] in ["bdist_wheel", "install"]:
error_compiler.start()
api_compiler.start()
docs_compiler.start()
setup(
name="Pyrogram",