mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 06:16:06 +00:00
Documentation cleanup
This commit is contained in:
@@ -21,8 +21,6 @@ import os
|
||||
import re
|
||||
import shutil
|
||||
|
||||
import pyrogram
|
||||
|
||||
HOME = "compiler/docs"
|
||||
DESTINATION = "docs/source/telegram"
|
||||
PYROGRAM_API_DEST = "docs/source/api"
|
||||
@@ -114,7 +112,6 @@ def generate(source_path, base):
|
||||
toctree.format(
|
||||
title=k.title(),
|
||||
title_markup="=" * len(k),
|
||||
layer=pyrogram.raw.all.layer,
|
||||
module=module,
|
||||
entities="\n ".join(entities)
|
||||
)
|
||||
|
Reference in New Issue
Block a user