mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Add initial explanation on how to build docs
This commit is contained in:
parent
75a39962f2
commit
2f975c447e
2 changed files with 13 additions and 0 deletions
8
docs/README.md
Normal file
8
docs/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# Pyrogram Docs
|
||||||
|
|
||||||
|
- Install requirements.
|
||||||
|
- Install `pandoc` and `latexmk`.
|
||||||
|
- HTML: `make html`
|
||||||
|
- PDF: `make latexpdf`
|
||||||
|
|
||||||
|
TODO: Explain better
|
||||||
5
docs/requirements.txt
Normal file
5
docs/requirements.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
sphinx
|
||||||
|
sphinx_rtd_theme
|
||||||
|
sphinx_copybutton
|
||||||
|
pypandoc
|
||||||
|
requests
|
||||||
Loading…
Reference in a new issue