Browse Source

Update readthedocs.yml

tags/v1.0.0alpha
WillQvQ 3 years ago
parent
commit
f377237236
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      readthedocs.yml

+ 2
- 2
readthedocs.yml View File

@@ -7,10 +7,10 @@ build:
image: latest image: latest


python: python:
version: 3.6
version: 3.7
install: install:
- method: setuptools - method: setuptools
path: . path: .


formats: formats:
- htmlzip
- htmlzip

Loading…
Cancel
Save