Skip to content

Commit adc6038

Browse files
committed
Update how-to-build info
1 parent 8e1c399 commit adc6038

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ You can view the latest rendered build of this content at:
55

66
http://docs.couchdb.org/en/latest
77

8+
# Building this repo
9+
10+
Install Python 2.7+ and pip. Then:
11+
12+
```sh
13+
$ sudo pip install Sphinx sphinx_rtd_theme
14+
$ make html # builds the docs
15+
$ make check # syntax checks the docs
16+
```
817
# Feedback, Issues, Contributing
918

1019
General feedback is welcome at our [user][1] or [developer][2] mailing lists.
@@ -16,3 +25,4 @@ with issue reporting or contributing to the upkeep of this project.
1625
[2]: http://mail-archives.apache.org/mod_mbox/couchdb-dev/
1726
[3]: https://github.com/apache/couchdb/blob/master/CONTRIBUTING.md
1827

28+

0 commit comments

Comments
 (0)