diff --git a/.readthedocs.yaml b/.readthedocs.yaml deleted file mode 100644 index 15e469d37..000000000 --- a/.readthedocs.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# SPDX-FileCopyrightText: 2022 The meson-python developers -# -# SPDX-License-Identifier: MIT - -version: 2 - -build: - os: ubuntu-22.04 - tools: - python: "3.11" - -python: - install: - - method: pip - path: . - extra_requirements: [docs]