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