diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a021856d44d200d16f7ce37638fe7e1811295630..0ad7ff203ae5d1e743a97d866737f2192dff995b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,9 +6,8 @@ version: 2 # Build documentation in the docs/ directory with Sphinx -sphinx: - configuration: docs/source/conf.py - fail_on_warning: false +mkdocs: + configuration: mkdocs.yml # Optionally set the version of Python and requirements required to build your docs python: @@ -17,5 +16,3 @@ python: - requirements: docs/requirements.txt - method: pip path: . - extra_requirements: - - docs