From 9c6014fbc973276e017ab5017e1f49c4e5fed2fa Mon Sep 17 00:00:00 2001 From: Thomas Tanon Date: Mon, 6 Jun 2022 18:03:07 +0200 Subject: [PATCH] Create .readthedocs.yaml --- .readthedocs.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..faeaca6c --- /dev/null +++ b/.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