astropy / package-template

Template for packages that use Astropy. Maintainer: @astrofrog
http://docs.astropy.org/projects/package-template/en/latest/
Other
60 stars 63 forks source link

Change default RTD config to use pip and extras-require #387

Closed astrofrog closed 4 years ago

astrofrog commented 5 years ago

We should update the package template to match the core package in terms of RTD configuration - basically having a configuration that uses pip and relies on the extras-requires (which can default to sphinx-astropy)

build:
    image: latest

python:
  version: 3.6
  pip_install: true
  extra_requirements: ['docs']
pllim commented 4 years ago

Fixed in #438