From 472a61cf71d3a129ad73811c80cfd3dce6bff4b0 Mon Sep 17 00:00:00 2001 From: jasonesh Date: Mon, 9 Oct 2023 15:21:17 -0700 Subject: [PATCH] update sphinx build requirements --- .readthedocs.yaml | 6 +++--- docs/requirements.txt | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1e69b35f..4a4f3529 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -30,6 +30,6 @@ sphinx: # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: -# install: -# - requirements: docs/requirements.txt \ No newline at end of file +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index 5db9afc0..4ab46240 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,4 +7,5 @@ celluloid numpy>=1.17 tqdm nir -nirtorch \ No newline at end of file +nirtorch +sphinx_rtd_theme \ No newline at end of file