From 137a7fc362fc6853fa1b657b08ce2009d7cacb63 Mon Sep 17 00:00:00 2001 From: mjwen Date: Sun, 24 Dec 2023 22:01:52 -0600 Subject: [PATCH] Add requirements-docs.txt --- .readthedocs.yaml | 3 --- docs/requirements-docs.txt | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 docs/requirements-docs.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 430c3010..fa46de50 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,8 +20,5 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: "3.10" install: - requirements: docs/requirements-docs.txt - - method: pip - path: . diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt new file mode 100644 index 00000000..214f788b --- /dev/null +++ b/docs/requirements-docs.txt @@ -0,0 +1,5 @@ +sphinx +furo +sphinx-gallery +sphinx-autodoc-typehints +matplotlib