aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-09-05 06:54:58 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-09-05 06:54:58 +0200
commita00dcb23d7dd4ea2a12cff28a87b8c0129e78fe7 (patch)
tree84585af36e4804ddc2ee01d819cb8219ced5fa8e
parenta20562641356437a65e1af43a7b17e35c5d4d8b4 (diff)
downloadghdl-a00dcb23d7dd4ea2a12cff28a87b8c0129e78fe7.tar.gz
ghdl-a00dcb23d7dd4ea2a12cff28a87b8c0129e78fe7.tar.bz2
ghdl-a00dcb23d7dd4ea2a12cff28a87b8c0129e78fe7.zip
rm .readthedocs.yml
-rw-r--r--.readthedocs.yml19
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