https://github.com/astropy/astropy
Raw File
Tip revision: f6339626a47981137a469481997752a239188bc7 authored by Erik Tollerud on 26 March 2021, 19:28:09 UTC
Preparing release v4.0.5
Tip revision: f633962
.readthedocs.yml
version: 2

build:
  image: latest

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

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

submodules:
  include: all

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