From 8ce830e1cbd8ff1a27ae69454b013be56ab0d275 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 16 Jan 2021 21:30:28 +0900 Subject: [PATCH] Fix #8662: Add .readthedocs.yml --- .readthedocs.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..680a0e3b5 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,8 @@ +version: 2 +python: + version: 3 + install: + - method: pip + path: . + extra_requirements: + - docs