From c1eceb506d2da461f3bdb1ba8de5a9f75f4c741c Mon Sep 17 00:00:00 2001 From: tooyosi Date: Tue, 11 Jun 2024 12:52:29 -0500 Subject: [PATCH] modify readthedocs yaml --- .readthedocs.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ed17368..bbecda2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,15 +1,16 @@ -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - -# Required version: 2 -# Set the OS, Python version and other tools you might need build: os: ubuntu-22.04 tools: - python: "3.7" + python: "3" -# Build documentation in the docs/ directory with Sphinx +python: + install: + - method: pip + path: . + extra_requirements: + - docs sphinx: configuration: docs/conf.py + fail_on_warning: true \ No newline at end of file