diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..1c929447 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,8 @@ +# Pyrogram Docs + +- Install requirements. +- Install `pandoc` and `latexmk`. +- HTML: `make html` +- PDF: `make latexpdf` + +TODO: Explain better \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..3ebe0d49 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,5 @@ +sphinx +sphinx_rtd_theme +sphinx_copybutton +pypandoc +requests \ No newline at end of file