Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be22407 commit d3834daCopy full SHA for d3834da
1 file changed
.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