6d5c3023ce
The instructions as written will not work on Ubuntu systems, which provide an extremely out-of-date Haskell toolchain. Addresses issue https://github.com/haskell-servant/servant/issues/1540 https://github.com/haskell-servant/servant/issues/1540 |
||
---|---|---|
.. | ||
cookbook | ||
tutorial | ||
conf.py | ||
examples.md | ||
index.rst | ||
links.rst | ||
Makefile | ||
principles.rst | ||
README.md | ||
requirements.txt |
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 .