From 4bd9417b8514e1a12dc0288a314f87cf0e1b21db Mon Sep 17 00:00:00 2001 From: Nils Wisiol Date: Mon, 15 Nov 2021 14:15:52 +0100 Subject: [PATCH] docs: pin docutils version to avoid error building the docs --- .readthedocs.yaml | 5 +++++ docs/requirements.txt | 1 + 2 files changed, 6 insertions(+) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 61086dec..620a9fff 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,3 +14,8 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py + +# Optionally declare the Python requirements required to build your docs +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..93120e66 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +docutils<0.18