From da4c072431a2eaf533226139a00b3aa43fbd3d6c Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Tue, 17 Jan 2023 17:23:07 +0900 Subject: [PATCH] Add .readthedocs.yaml --- .readthedocs.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..1a7c18e --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,9 @@ +version: 2 + +python: + version: 3.9 + +build: + apt_packages: + - default-libmysqlclient-dev + - build-essential