From 1bb50a28d85fef176f57cce779a1980ab7685712 Mon Sep 17 00:00:00 2001 From: Miguel Xochicale Date: Thu, 11 May 2023 11:47:01 +0100 Subject: [PATCH] adds method: pip in .readthedocs.yaml (#216 #217) --- .readthedocs.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8d045d96..7229bc29 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,12 +5,13 @@ # Required version: 2 -# Build documentation in the docs/ directory with Sphinx -sphinx: - configuration: docs/conf.py - # Optionally declare the Python requirements required to build your docs python: version: 3.8 install: - - requirements: requirements-docs.txt \ No newline at end of file + - requirements: requirements-docs.txt + - method: pip + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py