2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 01:51:26 +00:00
ovs/.readthedocs.yaml

26 lines
541 B
YAML
Raw Normal View History

# .readthedocs.yaml
# Read the Docs configuration file.
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details.
# Required.
version: 2
# Set the OS, Python version, etc.
build:
os: ubuntu-22.04
tools:
python: "3.12"
# Build documentation in the "Documentation/" directory with Sphinx.
sphinx:
configuration: Documentation/conf.py
builder: "dirhtml"
# Build all formats: HTML, PDF, ePub.
formats: all
# Declare the Python requirements.
python:
install:
- requirements: Documentation/requirements.txt