From d764135d5b4cbfa44bbfb661a5f5dd0397ab50a1 Mon Sep 17 00:00:00 2001 From: Mark Bonicillo Date: Thu, 18 May 2023 09:25:49 -0700 Subject: [PATCH] Fix RTD build config --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 62f12140..17432a25 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,7 +17,7 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: docs/source/conf.py # If using Sphinx, optionally build your docs in additional formats such as PDF formats: @@ -29,3 +29,7 @@ formats: python: install: - requirements: docs/requirements.txt + - method: pip + path: . + extra_requirements: + - documentation