diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index c35c6195..00000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,15 +0,0 @@ -version: 2 - -build: - image: latest - -python: - version: 3.8 - install: - - method: pip - path: . - extra_requirements: - - docs - - all - -formats: []