| commit | 718f477f72d5d57f99ba8ba179495a8501b847a3 | [log] [tgz] |
|---|---|---|
| author | Joan Touzet <joant@atypical.net> | Mon Mar 29 13:29:18 2021 -0400 |
| committer | Joan Touzet <joant@atypical.net> | Mon Mar 29 13:29:18 2021 -0400 |
| tree | dd820bf7177ed35f922830489ba60063aa603be7 | |
| parent | d414d0eae1a9b019e7de7513a1b3d27becd71d2c [diff] |
fix formatting, closes #310
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.