File: .readthedocs.yml

package info (click to toggle)
ginga 5.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 41,292 kB
  • sloc: python: 93,830; javascript: 1,802; makefile: 146
file content (28 lines) | stat: -rw-r--r-- 504 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
20
21
22
23
24
25
26
27
28
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2

build:
  os: ubuntu-22.04
  apt_packages:
    - graphviz
  tools:
    python: "3.11"

sphinx:
  builder: html
  configuration: doc/conf.py
  fail_on_warning: true

# Set the version of Python and requirements required to build your docs
python:
  install:
    - method: pip
      path: .
      extra_requirements:
        - docs
        - recommended

# Build PDF
formats:
  - pdf