From efdbc134cb7503738495cd5415d832ad66069fd7 Mon Sep 17 00:00:00 2001 From: Lingqing Gan Date: Wed, 19 Feb 2025 11:38:20 -0800 Subject: [PATCH] chore: add sphinx config path to .readthedocs.yml (#881) * chore: add sphinx confit path to .readthedocs.yml * wording --- .readthedocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7ae21e16..86e0f0fb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,3 +16,9 @@ build: python: install: - requirements: docs/requirements-docs.txt + +# Explicit configuration path is required by ReadtheDocs starting Jan 20, 2025. +# See: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ +version: 2 +sphinx: + configuration: docs/conf.py