File: .readthedocs.yml

package info (click to toggle)
pyopenssl 25.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,252 kB
  • sloc: python: 8,292; makefile: 116
file content (12 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
version: 2

sphinx:
  configuration: doc/conf.py

build:
  os: "ubuntu-24.04"
  tools:
    python: "3"
  jobs:
    post_install:
      - pip install .[docs]