mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
9 lines
174 B
YAML
9 lines
174 B
YAML
# File: .readthedocs.yaml
|
|
|
|
version: 2
|
|
|
|
# Explicitly set the version of Python and its requirements
|
|
python:
|
|
version: 3.8
|
|
install:
|
|
- requirements: docs/requirements.txt |