From ae76ca0d464e906eaeec863f7da78e2fbaedf126 Mon Sep 17 00:00:00 2001 From: "benjamin.jakimow" <benjamin.jakimow@geo.hu-berlin.de> Date: Fri, 7 Jun 2019 12:46:52 +0200 Subject: [PATCH] addresses #95 RTF building failure Signed-off-by: benjamin.jakimow <benjamin.jakimow@geo.hu-berlin.de> --- .readthedocs.yml | 1 - doc/source/conf.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5a415d4c..fab47a3f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,7 +15,6 @@ formats: python: version: 3.7 install: - - requirements: requirements_dev.txt - requirements: doc/source/requirements.txt diff --git a/doc/source/conf.py b/doc/source/conf.py index 92c9d356..6f2c9f24 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -22,7 +22,7 @@ import mock if True: - MOCK_MODULES = ['qgis', 'qgis.core', 'qgis.gui', 'qgis.utils', 'numpy', 'scipy', + MOCK_MODULES = ['qgis', 'qgis.core', 'qgis.gui', 'qgis.utils', 'numpy', 'scipy', 'osgeo', 'gdal', 'vrtbuilder', 'vrtbuilder.virtualrasters', 'qgis.PyQt', 'qgis.PyQt.Qt', 'qgis.PyQt.QtCore', 'qgis.PyQt.QtGui', 'qgis.PyQt.QtWidgets', 'qgis.PyQt.QtXml', 'processing', 'processing.core', 'processing.core.ProcessingConfig'] -- GitLab