From 8c1706f2c9fbabf44e30d61efa27cb54d5bde43a Mon Sep 17 00:00:00 2001 From: Gary Oberbrunner Date: Wed, 15 Nov 2023 08:37:17 -0500 Subject: [PATCH] Update readthedocs config Signed-off-by: Gary Oberbrunner --- .readthedocs.yaml | 4 +++- .readthedocs.yml | 23 ----------------------- 2 files changed, 3 insertions(+), 24 deletions(-) delete mode 100755 .readthedocs.yml diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e1cfe3cf5..e5bfa459c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,6 +15,8 @@ build: sphinx: configuration: Documentation/sources/conf.py +formats: all + python: install: - requirements: Documentation/pipreq.txt + - requirements: Documentation/pipreq.txt diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100755 index 4730089f0..000000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,23 +0,0 @@ -# .readthedocs.yml -# Read the Docs configuration file for OpenFX -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - -# Required -version: 2 - -# Build documentation in the docs/ directory with Sphinx -sphinx: - configuration: Documentation/sources/conf.py - -# Build documentation with MkDocs -#mkdocs: -# configuration: mkdocs.yml - -# Optionally build your docs in additional formats such as PDF and ePub -formats: all - -# Optionally set the version of Python and requirements required to build your docs -python: - version: 3 - install: - - requirements: Documentation/pipreq.txt