mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 18:21:30 +08:00
The docs CI builds Sphinx, which regenerates settings.rst from the Setting classes in config.py and fails if the working tree changes. The new Companion Processes settings were missing from the committed file. Regenerate it (also picks up a stale grp.getgrnam line). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Generate Documentation
======================
Requirements
------------
To generate documentation you need to install:
- Python >= 3.7
- Sphinx (https://www.sphinx-doc.org/)
Generate html
-------------
::
$ make html
The command generates html document inside ``build/html`` dir.