From 772e36f168b23c41a68b1949de75b72554d09651 Mon Sep 17 00:00:00 2001 From: Joel Collins <2579603-jtc42@users.noreply.gitlab.com> Date: Sun, 5 May 2019 19:50:13 +0000 Subject: [PATCH] Updated RTD config to pip install from repo --- docs/requirements.txt | 1 - readthedocs.yaml | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6c0ad792..6ba8bc78 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1 @@ -openflexure-microscope sphinxcontrib.httpdomain \ No newline at end of file diff --git a/readthedocs.yaml b/readthedocs.yaml index ae12f6b2..b05eb087 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -1,8 +1,9 @@ build: image: latest -requirements_file: docs/requirements.txt +sphinx: + configuration: docs/source/conf.py python: version: 3.5 - \ No newline at end of file + pip_install: true \ No newline at end of file