From b471d6db6815f717de63ea2d886b583f15cc3581 Mon Sep 17 00:00:00 2001 From: danfunk Date: Thu, 18 May 2023 11:19:08 -0400 Subject: [PATCH] Remove bit about requirements.txt --- .readthedocs.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a49f0861..4c7ec2a3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -23,7 +23,7 @@ build: post_install: - cd docs - poetry install - + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -31,8 +31,3 @@ sphinx: # If using Sphinx, optionally build your docs in additional formats such as PDF # formats: # - pdf - -# Optionally declare the Python requirements required to build your docs -python: - install: - - requirements: docs/requirements.txt \ No newline at end of file