swh:1:snp:9ea56a48793ce4bfd788f771e174a49112edb728
Raw File
Tip revision: cd4c7a0dc05103257bc57778b21ef84754ebce63 authored by Thomas Robitaille on 12 December 2022, 10:54:15 UTC
Merge pull request #14169 from astrofrog/v5.2-changelog
Tip revision: cd4c7a0
.readthedocs.yaml
version: 2

build:
  os: ubuntu-20.04
  apt_packages:
    - graphviz
  tools:
    python: "3.9"

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

# Install regular dependencies.
# Then, install special pinning for RTD.
python:
  system_packages: false
  install:
    - method: pip
      path: .
      extra_requirements:
        - docs
        - all

# Don't build any extra formats
formats: []
back to top