1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-17 09:24:34 +08:00

update readthedocs

This commit is contained in:
bxdd
2020-12-09 13:54:22 +00:00
parent e8eb034a97
commit 85a217c121

View File

@@ -17,3 +17,6 @@ python:
version: 3.7 version: 3.7
install: install:
- requirements: docs/requirements.txt - requirements: docs/requirements.txt
- method: setuptools
path: .
system_packages: true