mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
12 lines
159 B
YAML
12 lines
159 B
YAML
version: 2
|
|
|
|
python:
|
|
version: 3.8
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
- method: pip
|
|
path: .
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|