File: .readthedocs.yml

package info (click to toggle)
python-docs-theme 2026.3-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: javascript: 156; python: 146; makefile: 26
file content (15 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Project page: https://readthedocs.org/projects/python-docs-theme-previews/

version: 2

build:
  os: ubuntu-22.04
  tools:
    python: "3"

  commands:
    - git clone --depth=1 https://github.com/python/cpython
    - make html CPYTHON_PATH=cpython
    - mv cpython/Doc/build _readthedocs