mirror of https://github.com/zeromq/pyzmq.git
20 lines
337 B
YAML
20 lines
337 B
YAML
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
version: 2
|
|
formats: all
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|
|
fail_on_warning: true
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
- path: .
|