| commit | 672d6ddaf97eb79159302124dc4625902eed43f8 | [log] [tgz] |
|---|---|---|
| author | Garren Smith <garren.smith@gmail.com> | Mon May 18 13:44:31 2020 +0200 |
| committer | Garren Smith <garren.smith@gmail.com> | Mon May 18 13:47:02 2020 +0200 |
| tree | 0fec9ef63fae90cc103861f70250cb42a85ae9e2 | |
| parent | 9b6a462761a2688fa2439ceb60af9a2993f710ce [diff] |
update to how it is currently implemented
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
Install Python3 and pip. Then:
$ python3 -m venv .venv $ source .venv/bin/activate $ pip install -r requirements.txt $ make html # builds the docs $ make check # syntax checks the docs
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.