diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml deleted file mode 100644 index 51aa0e7e6b..0000000000 --- a/docs/.readthedocs.yaml +++ /dev/null @@ -1,17 +0,0 @@ -version: 2 - -# Add necessary apt-get packages -build: - image: latest - apt_packages: - - cmake - -# Explicitly set the version of Python and its requirements -python: - version: 3.7 - install: - - requirements: docs/requirements.txt - -# Build from the docs/ directory with Sphinx -sphinx: - configuration: docs/source/conf.py