mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Tested this to work on a local RTD server with Python 3.7. Consider this as a better default than pinning specific Python 3 versions, which makes it harder for the central RTD server to get rid of these versions.
6 lines
85 B
YAML
6 lines
85 B
YAML
version: 2
|
|
python:
|
|
version: 3
|
|
install:
|
|
- requirements: docs/requirements.txt
|