Rename readthedocs.yml to .readthedocs.yaml as per current RTD spec (#1781)

This commit is contained in:
Micah Jerome Ellison 2023-09-09 13:55:44 -07:00 committed by GitHub
parent dfdd9b69cb
commit 5c4724d524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

21
.readthedocs.yaml Normal file
View file

@ -0,0 +1,21 @@
# readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory
mkdocs:
configuration: mkdocs.yml
fail_on_warning: false
# Optionally build your docs in additional formats such as PDF
formats:
- pdf
- epub
# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: docs_theme/requirements.txt