From 064ee9e43790f966d9b731a7e196b6f1525a2085 Mon Sep 17 00:00:00 2001 From: changliao1025 Date: Wed, 25 Jan 2023 09:49:40 -0800 Subject: [PATCH] add req --- .readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1116f2a..e5c2e96 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -20,3 +20,8 @@ formats: - pdf - epub +# Optionally declare the Python requirements required to build your docs +python: + install: + - requirements: docs/requirements.txt +