mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Use latest python3 on build server
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.
This commit is contained in:
parent
00f402f8e9
commit
79fd7487f0
@ -1,5 +1,5 @@
|
||||
version: 2
|
||||
python:
|
||||
version: 3.6
|
||||
version: 3
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user