This repository was archived by the owner on Feb 13, 2025. It is now read-only.
forked from python/cpython
- Notifications
You must be signed in to change notification settings - Fork 61
Online Documentation
Kristján Valur Jónsson edited this page Apr 15, 2021 · 1 revision
The online documentation is hosted at https://readthedocs.org/ under http://stackless.readthedocs.io/. Because readthedocs supports Sphinx, the documentation updates mostly automatically. There is a single obstacle. Our documentation is to big to build a single-html page with the limited cpu-time per build. Therefore we need a configuration file ".readthedocs.yml" in the root directory to turn off additional formats:
#!yaml # Don't build any extra formats formats: - none
See http://docs.readthedocs.io/en/latest/yaml-config.html#formats for details.