| commit | 3f3e27bc070af84e368ea8acfab7e8cfd9f22887 | [log] [tgz] |
|---|---|---|
| author | Jan Lehnardt <jan@apache.org> | Tue May 19 16:01:17 2020 +0200 |
| committer | GitHub <noreply@github.com> | Tue May 19 16:01:17 2020 +0200 |
| tree | 0912c1ba54910c7c9a68711e4865da37f6f051eb | |
| parent | ecbd992c15f2b67344161986b233ffa1f971d795 [diff] | |
| parent | 4805ff76433b898c4a72ce9913082c48ea1c08c7 [diff] |
Merge pull request #543 from apache/feat/cve-CVE-2020-1955 feat: new cve, woop
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.