File: .readthedocs.yml

package info (click to toggle)
python-moderngl 5.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,700 kB
  • sloc: python: 15,758; cpp: 14,665; makefile: 14
file content (19 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
version: 2

build:
  os: ubuntu-20.04
  tools:
    python: "3.10"
  jobs:
    post_checkout:
      - mv moderngl moderngl-package
      - cp moderngl-stubs/__init__.pyi moderngl.py

python:
  install:
    - requirements: docs/requirements.txt

sphinx:
  configuration: docs/conf.py

formats: all