Skip to content

Commit 2f975c4

Browse files
committed
Add initial explanation on how to build docs
1 parent 75a3996 commit 2f975c4

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

docs/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Pyrogram Docs
2+
3+
- Install requirements.
4+
- Install `pandoc` and `latexmk`.
5+
- HTML: `make html`
6+
- PDF: `make latexpdf`
7+
8+
TODO: Explain better

docs/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
sphinx
2+
sphinx_rtd_theme
3+
sphinx_copybutton
4+
pypandoc
5+
requests

0 commit comments

Comments
 (0)