forked from haskell-servant/servant
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump docs dependencies and move docs docs to README
- Loading branch information
1 parent
32ccc2d
commit 53b3b93
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
To build the docs locally: | ||
|
||
$ virtualenv venv | ||
$ . ./venv/bin/activate | ||
$ pip install -r requirements.txt | ||
$ make html | ||
|
||
Docs will be built in _build/html/index.html . |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
recommonmark==0.4.0 | ||
Sphinx==1.7.5 | ||
sphinx_rtd_theme>=0.4.0 | ||
recommonmark==0.5.0 | ||
Sphinx==1.8.4 | ||
sphinx_rtd_theme>=0.4.2 |