Revision de54cf5be371a6f5e2e9f208c38def5f81d3ef02 authored by Pablo Galindo on 02 April 2024, 08:24:04 UTC, committed by Pablo Galindo on 02 April 2024, 08:25:04 UTC
1 parent 5b547de
Raw File
.readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Project page: https://readthedocs.org/projects/cpython-previews/

version: 2

sphinx:
   configuration: Doc/conf.py

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

  commands:
    - make -C Doc venv html
    - mkdir _readthedocs
    - mv Doc/build/html _readthedocs/html
back to top