[Doc] Correct typo in readthedocs setting

This commit is contained in:
tangxifan 2021-02-07 17:47:23 -07:00
parent 2cfa3855f6
commit 455e8a322c
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ formats: all
# Optionally set the version of Python and requirements required to build your docs # Optionally set the version of Python and requirements required to build your docs
python: python:
version: 3.7 version: 3.7
use_system_site_packages: true system_packages: true
install: install:
- requirements: docs/requirements.txt - requirements: docs/requirements.txt