diff options
-rw-r--r-- | .readthedocs.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index 9ab35d305..000000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,19 +0,0 @@ -version: 2 - -formats: # Use 'all' to include all formats - - htmlzip - - pdf -# - epub - -python: - version: 3.7 - install: - - requirements: doc/requirements.txt - -build: - image: latest - -sphinx: - builder: html - configuration: doc/conf.py - fail_on_warning: false |