Add initial explanation on how to build docs
This commit is contained in:
parent
75a39962f2
commit
2f975c447e
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 New Issue
Block a user