From f6c68a9b0831f9368601b6e7ef5abc0ad66ff2a6 Mon Sep 17 00:00:00 2001 From: yakob-aleksandrovich Date: Fri, 6 Oct 2023 17:10:32 +0200 Subject: [PATCH] Updates to facilitate RtD build system upgrade --- .readthedocs.yaml | 13 +++++++++++++ docs/requirements.txt | 1 + 2 files changed, 14 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0e83270..9f1cd35 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,18 @@ version: 2 +# Build instructions +build: + os: "ubuntu-22.04" + tools: + python: "3.7" + +# Optionally build your docs in additional formats such as PDF +formats: + - epub + - htmlzip + - pdf + +# Optionally set the version of Python and requirements required to build your docs python: install: - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index 93120e6..091854d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ docutils<0.18 +sphinx-rtd-theme==1.3.0 \ No newline at end of file