Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gohla committed Feb 26, 2016
1 parent e7a759f commit cd99a36
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Spoofax documentation

This repository contains Spoofax documentation made with [Sphinx](http://www.sphinx-doc.org/en/stable/).

## Building

To build the documentation, use the Makefile:

```
make html
```

Sphinx requires Python, at least version 2.6. To install the required Python packages, run:

```
pip install -r requirements.txt
```
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sphinx
sphinx-autobuild
recommonmark

0 comments on commit cd99a36

Please sign in to comment.