github.com/cilium/cilium@v1.16.2/Documentation/.readthedocs.yaml (about) 1 # .readthedocs.yaml 2 # Read the Docs configuration file 3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details 4 5 # Required 6 version: 2 7 8 # Set the version of Python and other tools you might need 9 build: 10 os: ubuntu-22.04 11 tools: 12 python: "3.11" 13 14 # Build documentation with Sphinx 15 sphinx: 16 configuration: Documentation/conf.py 17 builder: "dirhtml" 18 19 # We recommend specifying your dependencies to enable reproducible builds: 20 # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html 21 python: 22 install: 23 - requirements: Documentation/requirements.txt