From a8cb5569fe6a8e405fc0cec0fddb514f4b206348 Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Thu, 24 Oct 2024 14:19:02 +0200 Subject: [PATCH] Fix rtd --- .readthedocs.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 21de3cfc..823aec29 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,8 +16,8 @@ build: # golang: "1.19" # Build documentation in the "docs/" directory with Sphinx -#sphinx: -# configuration: packages/registry/docs/conf.py +sphinx: + configuration: docs/conf.py # Optionally build your docs in additional formats such as PDF and ePub # formats: @@ -27,6 +27,6 @@ build: # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -#python: -# install: -# - requirements: requirements-docs.txt +python: + install: + - requirements: requirements-docs.txt