From 43845a1939f2a0eb8e97e0de6b7a7a479d3b27fe Mon Sep 17 00:00:00 2001 From: Andrii Ieroshenko Date: Tue, 3 Oct 2023 10:54:16 -0700 Subject: [PATCH] Add readthedocs configuration file v2 --- .readthedocs.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..e1d3fc91 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,17 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + nodejs: "18" + +sphinx: + configuration: docs/conf.py + +python: + install: + - method: pip + path: . + extra_requirements: + - docs