6462804f52
# Conflicts: # servant-server/servant-server.cabal # servant-server/src/Servant/Server/Internal.hs # servant-server/test/Servant/ServerSpec.hs # servant/servant.cabal # servant/src/Servant/API.hs
8 lines
164 B
Text
8 lines
164 B
Text
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 .
|