diff options
| author | umarcor <unai.martinezcorral@ehu.eus> | 2021-09-05 06:54:58 +0200 | 
|---|---|---|
| committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-09-05 06:54:58 +0200 | 
| commit | a00dcb23d7dd4ea2a12cff28a87b8c0129e78fe7 (patch) | |
| tree | 84585af36e4804ddc2ee01d819cb8219ced5fa8e | |
| parent | a20562641356437a65e1af43a7b17e35c5d4d8b4 (diff) | |
| download | ghdl-a00dcb23d7dd4ea2a12cff28a87b8c0129e78fe7.tar.gz ghdl-a00dcb23d7dd4ea2a12cff28a87b8c0129e78fe7.tar.bz2 ghdl-a00dcb23d7dd4ea2a12cff28a87b8c0129e78fe7.zip | |
rm .readthedocs.yml
| -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 | 
