Merge pull request #2075 from bigchaindb/fix-issue-2072-http-api-examples

Resolve issue #2072
This commit is contained in:
Troy McConaghy 2018-02-20 13:11:07 +01:00 committed by GitHub
commit 58c5498d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -16,6 +16,14 @@ If you want to generate the HTML version of the long-form documentation on your
pip install -r requirements.txt
```
If you're building the *Server* docs (in `docs/server`) then you must also do:
```bash
pip install -e ../../
```
Note: Don't put `-e ../../` in the `requirements.txt` file. That will work locally
but not on ReadTheDocs.
You can then generate the HTML documentation _in that subdirectory_ by doing:
```bash
make html

View File

@ -4,4 +4,3 @@ sphinx-rtd-theme>=0.1.9
sphinxcontrib-napoleon>=0.4.4
sphinxcontrib-httpdomain>=1.5.0
pyyaml>=3.12
bigchaindb