Removed python version option from .readthedocs.yaml (#6892)
* added mkdocs config file * deleted .yml file * removed python.version from yaml
This commit is contained in:
parent
638fc0b349
commit
b23c757ae8
|
@ -17,6 +17,5 @@ mkdocs:
|
||||||
# Optionally declare the Python requirements required to build your docs
|
# Optionally declare the Python requirements required to build your docs
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: 3.7
|
|
||||||
install:
|
install:
|
||||||
- requirements: Docs/requirements.txt
|
- requirements: Docs/requirements.txt
|
Loading…
Reference in New Issue