mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 12:03:15 +00:00
add a basic .readthedocs.yaml file (#558)
This commit is contained in:
parent
423c6df265
commit
ef15f4a62c
1 changed files with 12 additions and 0 deletions
12
.readthedocs.yaml
Normal file
12
.readthedocs.yaml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# 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"
|
||||||
|
|
||||||
|
sphinx:
|
||||||
|
configuration: docs/conf.py
|
Loading…
Add table
Add a link
Reference in a new issue