Modifed .readthedocs.yaml (#6891)

* added mkdocs config file

* deleted .yml file
This commit is contained in:
MattRoweEAIF 2023-11-09 18:32:44 +01:00 committed by GitHub
parent 280d7ef943
commit 638fc0b349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 14 deletions

View File

@ -17,5 +17,6 @@ mkdocs:
# Optionally declare the Python requirements required to build your docs
python:
version: 3.7
install:
- requirements: Docs/requirements.txt

View File

@ -1,14 +0,0 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
mkdocs:
configuration: mkdocs.yml
formats: all
python:
version: 3.7
install:
- requirements: Docs/requirements.txt