diff --git a/.readthedocs.yaml b/.readthedocs.yaml deleted file mode 100644 index c65a45c8..00000000 --- a/.readthedocs.yaml +++ /dev/null @@ -1,16 +0,0 @@ -version: 2 - -build: - os: ubuntu-22.04 - tools: - python: "3.11" - -sphinx: - builder: html - configuration: docs/conf.py - -python: - install: - - method: pip - path: . - - requirements: docs/requirements.txt