mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 12:03:15 +00:00
24 lines
456 B
YAML
24 lines
456 B
YAML
# Read the Docs configuration file for Sphinx projects.
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details.
|
|
|
|
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
apt_packages:
|
|
- build-essential
|
|
jobs:
|
|
pre_install:
|
|
- pip install -r requirements.txt
|
|
- make cython
|
|
|
|
python:
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
- requirements: docs/requirements.txt
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|