mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-23 00:09:16 +00:00
0892db6fa7
git-subtree-dir: SpiffWorkflow git-subtree-split: 63db3e45947ec66b8d0efc2c74064004f8ff482c
17 lines
313 B
YAML
17 lines
313 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.7
|
|
extra_requirements:
|
|
- docs
|