Create .readthedocs.yaml

pull/216/head
Thomas Tanon 2 years ago committed by Tpt
parent b04bdcceed
commit 9c6014fbc9
  1. 20
      .readthedocs.yaml

@ -0,0 +1,20 @@
version: 2
sphinx:
builder: html
build:
os: "ubuntu-22.04"
tools:
python: "3"
rust: "1.61"
apt_packages:
- clang
python:
install:
- method: pip
path: python
submodules:
include: all
Loading…
Cancel
Save