From 4227e68203c3eec31fd63ca44eeef6414d2524fc Mon Sep 17 00:00:00 2001 From: Marc Ole Bulling Date: Fri, 17 Nov 2023 17:25:14 +0100 Subject: [PATCH] Update Readthedocs requirements --- .readthedocs.yaml | 5 ----- docs/requirements.txt | 2 -- 2 files changed, 7 deletions(-) delete mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a1f3bf4..51b9e26 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -18,8 +18,3 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py - -# Optionally declare the Python requirements required to build your docs -python: - install: - - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt deleted file mode 100644 index 85d5387..0000000 --- a/docs/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -numpy==1.25.2 -pandas==2.0.3