From 53a5d5167375f3e52234ded616ad8761eaabca02 Mon Sep 17 00:00:00 2001 From: bcarreres Date: Fri, 3 Nov 2023 14:52:36 -0400 Subject: [PATCH] update readthedocs.yaml --- .readthedocs.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 97487d8..4f7b0ba 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,15 +1,16 @@ -version: 2 +# Set the OS, Python version and other tools you might need + +build: + os: ubuntu-22.04 + tools: + python: "3.9" # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py -build: - os: "ubuntu-22.04" - # Optionally set the version of Python and requirements required to build your docs python: - version: "3.9" install: - - method: pip - path: .[docs] \ No newline at end of file + - method: pip + - path: .[docs] \ No newline at end of file