Codebase list drms / 0b070522-f26e-4e14-bd86-343440df96b2/upstream .readthedocs.yml
0b070522-f26e-4e14-bd86-343440df96b2/upstream

Tree @0b070522-f26e-4e14-bd86-343440df96b2/upstream (Download .tar.gz)

.readthedocs.yml @0b070522-f26e-4e14-bd86-343440df96b2/upstreamraw · history · blame

# readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

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

python:
   install:
      - method: pip
        extra_requirements:
           - dev
        path: .