From: Teoman ONAY Date: Fri, 24 Jan 2025 13:05:51 +0000 (+0100) Subject: doc: CI readthedocs job fails X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=419a862854d48e866a2931e75d10bcb9e994cefe;p=ceph-ansible.git doc: CI readthedocs job fails Deprecation of projects using Sphinx without an explicit configuration file [1] https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ Signed-off-by: Teoman ONAY --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 26877ab63..f7db4bbff 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,4 +3,8 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.9" \ No newline at end of file + python: "3.9" + +sphinx: + # Path to your Sphinx configuration file. + configuration: docs/source/conf.py