File: .readthedocs.yml

package info (click to toggle)
python-sybil 9.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,164 kB
  • sloc: python: 4,545; makefile: 90
file content (18 lines) | stat: -rw-r--r-- 279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version: 2

build:
  os: ubuntu-22.04
  tools:
    # https://github.com/sphinx-doc/sphinx/issues/13178
    python: "3.12"

python:
  install:
    - method: pip
      path: .
      extra_requirements:
         - docs

sphinx:
  fail_on_warning: true
  configuration: docs/conf.py