Add readthedocs configuration file
This commit is contained in:
parent
53ec42af03
commit
0c573684fc
|
|
@ -0,0 +1,14 @@
|
|||
# .readthedocs.yml
|
||||
# Read the Docs configuration file
|
||||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||||
|
||||
# Location of sphinx configuration settings
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
|
||||
formats: all
|
||||
|
||||
python:
|
||||
version: 3.5
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
Loading…
Reference in New Issue