https://github.com/python/cpython/commit/d09105c0dfbb9ca2a5b41f5348c2401d662d9473
commit: d09105c0dfbb9ca2a5b41f5348c2401d662d9473
branch: 3.10
author: Petr Viktorin <encu...@gmail.com>
committer: hugovk <1324225+hug...@users.noreply.github.com>
date: 2025-02-18T10:42:42+02:00
summary:

[3.10] gh-129509: Add required key to the dummy Read the Docs config file 
(#129510)

files:
M .readthedocs.yml

diff --git a/.readthedocs.yml b/.readthedocs.yml
index 6a9db718698269..1d12101a7c96be 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -3,6 +3,8 @@
 # clicking on the docs preview link on a PR will result in a 404.
 version: 2
 formats: []
+sphinx:
+  configuration: Doc/conf.py
 build:
   os: "ubuntu-22.04"
   tools:

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to