From 556a6342fa146e728be43ccd75545f8901bb5c0e Mon Sep 17 00:00:00 2001 From: imedan Date: Fri, 20 Dec 2024 11:44:06 -0600 Subject: [PATCH] add requirments for docs --- docs/requirements.txt | 3 ++- docs/sphinx/.readthedocs.yaml | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1dbd305..71d0d91 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ ipykernel nbsphinx -sphinx-rtd-theme \ No newline at end of file +sphinx-rtd-theme +sdss-mugatu \ No newline at end of file diff --git a/docs/sphinx/.readthedocs.yaml b/docs/sphinx/.readthedocs.yaml index 1c2a47e..e6d04ba 100644 --- a/docs/sphinx/.readthedocs.yaml +++ b/docs/sphinx/.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 + python: + install: + - requirements: docs/requirements.txt