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