dave-shawley/ietfparse

View on GitHub
.readthedocs.yml

Summary

Maintainability
Test Coverage
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html
version: "2"
sphinx:
  configuration: "docs/conf.py"
python:
  version: "3.7"
  install:
    - method: "pip"
      path: "."
      extra_requirements:
        - "dev"