From 47d89d194ad9815ce5d7adefa76d1130f15ad6da Mon Sep 17 00:00:00 2001 From: "benjamin.jakimow" <benjamin.jakimow@geo.hu-berlin.de> Date: Fri, 7 Jun 2019 12:40:25 +0200 Subject: [PATCH] addresses #95 RTF building failure Signed-off-by: benjamin.jakimow <benjamin.jakimow@geo.hu-berlin.de> --- .gitignore | 2 +- .readthedocs.yml | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .readthedocs.yml diff --git a/.gitignore b/.gitignore index fd885f54..c38a35a7 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,7 @@ example/*.aux.xml example/*.gpkg-shm example/*.gpkg-wal eotimeseriesviewer/ui/tmp.ui -.* + !/.gitignore !/.gitattributes diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..fab47a3f --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,20 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required: +version: 2 + + +sphinx: + configuration: doc/source/conf.py + +formats: + - htmlzip + +python: + version: 3.7 + install: + - requirements: doc/source/requirements.txt + + -- GitLab