https://github.com/e-koch/FilFinder
Raw File
Tip revision: cb4d8ffba729b4169a8bd0432b5af5aaf894c75c authored by e-koch on 23 January 2024, 13:46:03 UTC
Update _astropy_init
Tip revision: cb4d8ff
.readthedocs.yml
version: 2

build:
  image: latest

# Install regular dependencies.
python:
  version: 3.7
  install:
    - method: pip
      path: .
      extra_requirements:
        - docs

back to top