mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-25 08:49:11 +00:00
6524778a76
a094adad8 Prep for release 1.2.1 - Minor fix for a dependency in Python 3.10 b9e3dd80e Merge pull request #253 from sartography/feature/avoid_importlib_for_python_3.8_up df311639c do not install importlib-metadata if greater than python 3.7 w/ burnettk git-subtree-dir: SpiffWorkflow git-subtree-split: a094adad8767f82e9c5fa806a46597e066252a72
17 lines
314 B
YAML
17 lines
314 B
YAML
# .readthedocs.yaml
|
|
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
build:
|
|
image: latest
|
|
|
|
# Optionally build your docs in additional formats such as PDF
|
|
formats: []
|
|
|
|
python:
|
|
pip_install: true
|
|
version: 3.10
|
|
extra_requirements:
|
|
- docs
|