From c014b694ffb7a4e16779766fa0cb038c8c13f716 Mon Sep 17 00:00:00 2001 From: Ben Lopatin Date: Thu, 23 Nov 2023 16:43:40 -0500 Subject: [PATCH] Add requirements --- .readthedocs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 28a0c1e..f13a0db 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,8 +8,6 @@ build: sphinx: configuration: docs/conf.py -# We recommend specifying your dependencies to enable reproducible builds: -# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - requirements: "docs/requirements.txt"