From 71d69df5d5565b326dfd0b512fd43ce5df2c2e86 Mon Sep 17 00:00:00 2001 From: Connor Stone Date: Wed, 15 Nov 2023 17:00:20 -0500 Subject: [PATCH] adding requirements in accepted way --- .readthedocs.yaml | 7 +------ docs/requirements.txt | 4 ++++ 2 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index afd4bbe3..fe6a07a9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -39,14 +39,9 @@ build: python: install: - requirements: requirements.txt # Path to your requirements.txt file + - requirements: docs/requirements.txt # Path to your requirements.txt file - method: pip path: . # Install the package itself - - method: pip - extra_requirements: - - wheel - - sphinx - - sphinx_rtd_theme - - nbsphinx # Additional dependency for Jupyter Notebook integration # python: # install: diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..a25ab063 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,4 @@ +wheel +sphinx +sphinx_rtd_theme +nbsphinx