blob: b8e27385e0edb61b3c07f9f1e13cb9c4cbdf2742 [file] [view]
# CouchDB Documentation [![Build Status](https://travis-ci.org/apache/couchdb-documentation.svg?branch=master)](https://travis-ci.org/apache/couchdb-documentation)
This repository contains the Sphinx source for Apache CouchDB's documentation.
You can view the latest rendered build of this content at:
http://docs.couchdb.org/en/latest
# Building this repo
Install Python 2.7+ and pip. Then:
```sh
$ sudo pip install Sphinx sphinx_rtd_theme
$ make html # builds the docs
$ make check # syntax checks the docs
```
# Feedback, Issues, Contributing
General feedback is welcome at our [user][1] or [developer][2] mailing lists.
Apache CouchDB has a [CONTRIBUTING][3] file with details on how to get started
with issue reporting or contributing to the upkeep of this project.
[1]: http://mail-archives.apache.org/mod_mbox/couchdb-user/
[2]: http://mail-archives.apache.org/mod_mbox/couchdb-dev/
[3]: https://github.com/apache/couchdb/blob/master/CONTRIBUTING.md