From 1fdec1863acb734f6b9550abff39aef94a6170a1 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sun, 19 Feb 2023 22:03:14 +0100 Subject: [PATCH] Upgrade RTD --- .readthedocs.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..4aaa6a4 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,19 @@ +version: 2 + +sphinx: + configuration: docs/conf.py + fail_on_warning: false + +formats: + - epub + - pdf + +python: + version: 3.9 + install: + - requirements: requirements-test.txt + - method: pip + path: . + extra_requirements: + - docs + system_packages: false