Browse Source

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

pull/130274/head
Petr Viktorin 8 months ago
committed by GitHub
parent
commit
d09105c0df
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .readthedocs.yml

2
.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:

Loading…
Cancel
Save