We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1c399 commit adc6038Copy full SHA for adc6038
README.md
@@ -5,6 +5,15 @@ You can view the latest rendered build of this content at:
5
6
http://docs.couchdb.org/en/latest
7
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
+```
17
# Feedback, Issues, Contributing
18
19
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.
25
[2]: http://mail-archives.apache.org/mod_mbox/couchdb-dev/
26
[3]: https://github.com/apache/couchdb/blob/master/CONTRIBUTING.md
27
28
0 commit comments