From ca938acb31a88aba4ce4135868ad2799e2f4f396 Mon Sep 17 00:00:00 2001 From: Yu Zhang Date: Wed, 6 Nov 2024 13:43:03 -0700 Subject: [PATCH] update requirements for building docs and readthedocs seeting --- .readthedocs.yaml | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b830d67..c388103 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -26,4 +26,4 @@ sphinx: # Optionally declare the Python requirements required to build your docs python: install: - - requirements: docs/requirements.txt + - requirements: requirements.txt diff --git a/requirements.txt b/requirements.txt index ae49aad..eacd5bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,6 @@ numpy scipy sphinx sphinx-rtd-theme +sphinxcontrib.bibtex