We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ed424 commit 857d4ffCopy full SHA for 857d4ff
.readthedocs.yml
@@ -0,0 +1,15 @@
1
+# Read the Docs configuration file
2
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+# Project page: https://readthedocs.org/projects/python-docs-theme-previews/
4
+
5
+version: 2
6
7
+build:
8
+ os: ubuntu-22.04
9
+ tools:
10
+ python: "3"
11
12
+ commands:
13
+ - git clone --depth=1 https://github.com/python/cpython
14
+ - make html CPYTHON_PATH=cpython
15
+ - mv cpython/Doc/build _readthedocs
0 commit comments