Version 2.2.0
Disclose CVE 2018-11769
2 files changed
tree: 49854ae9634e8cdf645d421a73d4dcbb253f107f
  1. .github/
  2. ext/
  3. images/
  4. src/
  5. static/
  6. templates/
  7. .gitignore
  8. .travis.yml
  9. CONTRIBUTING.md
  10. LICENSE
  11. make.bat
  12. Makefile
  13. NOTICE
  14. README.md
  15. rebar.config
  16. requirements.txt
README.md

CouchDB Documentation Build Status

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:

$ 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 or developer mailing lists.

Apache CouchDB has a CONTRIBUTING file with details on how to get started with issue reporting or contributing to the upkeep of this project.