From 2f975c447ef3faa66ee957ea0b39087fc07b9b3b Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 30 Mar 2020 13:05:24 +0200 Subject: [PATCH] Add initial explanation on how to build docs --- docs/README.md | 8 ++++++++ docs/requirements.txt | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 docs/README.md create mode 100644 docs/requirements.txt 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