Add initial explanation on how to build docs

This commit is contained in:
Dan 2020-03-30 13:05:24 +02:00
parent 75a39962f2
commit 2f975c447e
2 changed files with 13 additions and 0 deletions

8
docs/README.md Normal file
View 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
View File

@ -0,0 +1,5 @@
sphinx
sphinx_rtd_theme
sphinx_copybutton
pypandoc
requests