From 1c0b603647a96b1ccaa3b20c279ab04264bd3c31 Mon Sep 17 00:00:00 2001 From: Ryuichi Sai Date: Tue, 26 Oct 2021 12:09:11 -0500 Subject: [PATCH] Specify a lower version of docutils --- .readthedocs.yaml | 4 ++++ requirements.txt | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index aee58aa..13e7014 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,5 +5,9 @@ build: tools: python: "3.9" +python: + install: + - requirements: requirements.txt + sphinx: configuration: conf.py diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4d834d0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +sphinx +docutils<0.18