From 60549a83ee5440107ebe2223fd84c8afecd8e00d Mon Sep 17 00:00:00 2001 From: AlexisRalli <44055008+AlexisRalli@users.noreply.github.com> Date: Fri, 25 Aug 2023 15:52:09 -0400 Subject: [PATCH] Update readthedocs.yaml --- readthedocs.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/readthedocs.yaml b/readthedocs.yaml index 87a69f5..e1d3d1e 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -8,11 +8,10 @@ version: 2 # Set the OS, Python version and other tools you might need build: os: ubuntu-22.04 - tools: - python: "3.10" - install: - - method: pip - path: . + python: "3.10" + install: + - method: pip + path: . # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/conf.py