mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
add readthedoc config file
This commit is contained in:
parent
da112c2f03
commit
1424cfb2e1
1 changed files with 14 additions and 0 deletions
14
.readthedocs.yml
Normal file
14
.readthedocs.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
version: 2
|
||||
|
||||
sphinx:
|
||||
configuration: docs/source/conf.py
|
||||
|
||||
formats: all
|
||||
|
||||
python:
|
||||
version: 3.7
|
||||
install:
|
||||
- requirements: requirements.txt
|
||||
- requirements: requirements-dev.txt
|
||||
system_packages: true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue