From f2976f52215120cf50429634f942e605641ae3de Mon Sep 17 00:00:00 2001 From: Oluwatoyosi Oyegoke <34948675+Tooyosi@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:54:08 -0500 Subject: [PATCH] Readthedocs build (#313) * add readthedocs.yaml file * add build to readthedocs yaml * 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