swh:1:snp:fcd8d71f87ac1f722ec0d6e260e9ad0b48cdea5d
Raw File
Tip revision: 9ba71c0130c8b020d6327854f5739a986b1e782d authored by Bryna Hazelton on 25 May 2021, 17:50:50 UTC
actually install the packages to test
Tip revision: 9ba71c0
.readthedocs.yml
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
  configuration: docs/conf.py

# Do not build the docs in additional formats (e.g. PDF and ePub), use default
formats: []

build:
    image: latest

# Optionally set the version of Python and requirements required to build your docs
python:
  version: 3.7
  install:
    - method: pip
      path: .
      extra_requirements:
         - doc
back to top