Skip to content

Commit

Permalink
Add readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Mar 10, 2018
1 parent 14e69f3 commit a4ed9ee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Build PDF & ePub
formats:
- htmlzip
- epub
- pdf
python:
version: 3.5
extra_requirements:
- recommonmark
- pygments-markdown-lexer
- sphinx-intl
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
# On MacOS, use brew
# brew install python3

pip3 install sphinx
pip3 install sphinx-intl
pip3 install sphinx --user
pip3 install sphinx-intl --user
pip3 install recommonmark --user
pip3 install pygments-markdown-lexer --user
```

## Prepare translations
Expand Down

0 comments on commit a4ed9ee

Please sign in to comment.