Skip to content

Commit

Permalink
Add instructions for installing Sphinx and RTD theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-renaud committed Jan 11, 2018
1 parent 51214fb commit 6b052e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -5,6 +5,12 @@ tutorials using ReadTheDocs.

## Dowloading and using the template

Install [Sphinx](www.sphinx-doc.org) and the [ReadTheDocs
theme](https://github.com/rtfd/sphinx_rtd_theme):
```
pip install sphinx sphinx-autobuild sphinx_rtd_theme
```

Clone the repository somewhere outside of your repo:
```
git clone --recurse-submodules https://github.com/m-renaud/haskell-rtd-template.git
Expand Down

0 comments on commit 6b052e9

Please sign in to comment.