diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index 59b10a0..0000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,16 +0,0 @@ -version: 2 - -build: - image: latest - -sphinx: - configuration: docs/source/conf.py - fail_on_warning: true - -python: - version: 3.7 - install: - - method: pip - path: . - extra_requirements: - - docs