From 502c02fa6dde6a8bb840af6c4c8cf858aa1db687 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 13 Nov 2021 21:37:40 -0800 Subject: [PATCH] Pin to docutils<0.18 in ReadTheDocs, refs #1507 --- .readthedocs.yaml | 4 ++++ docs/readthedocs-requirements.txt | 1 + 2 files changed, 5 insertions(+) create mode 100644 docs/readthedocs-requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 816c10e2dc..70db53131f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,3 +7,7 @@ build: sphinx: configuration: docs/conf.py + +python: + install: + - requirements: docs/readthedocs-requirements.txt diff --git a/docs/readthedocs-requirements.txt b/docs/readthedocs-requirements.txt new file mode 100644 index 0000000000..93120e66c8 --- /dev/null +++ b/docs/readthedocs-requirements.txt @@ -0,0 +1 @@ +docutils<0.18