From 4c2a0f4049fd8f3d442ecdfc752dc0f6514354d4 Mon Sep 17 00:00:00 2001 From: Cyrus Harrison Date: Thu, 12 Oct 2023 13:56:13 -0700 Subject: [PATCH] read the docs healing --- .readthedocs.yaml | 6 ++++++ src/docs/sphinx/requirements.txt | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f155c81b0..680858dad 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,6 +14,12 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: configuration: src/docs/sphinx/conf.py + # If using Sphinx, optionally build your docs in additional formats such as PDF # formats: # - pdf + +# Set requirements required to build your docs +python: + install: + - requirements: src/docs/sphinx/requirements.txt \ No newline at end of file diff --git a/src/docs/sphinx/requirements.txt b/src/docs/sphinx/requirements.txt index c896d4dff..09e5b504b 100644 --- a/src/docs/sphinx/requirements.txt +++ b/src/docs/sphinx/requirements.txt @@ -1 +1,3 @@ -docutils<0.18 \ No newline at end of file +docutils +sphinx==6.2.1 +sphinx-rtd-theme==1.2.2 \ No newline at end of file