From bb71e65381da86a04521ea830302d87cfd62e486 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Tue, 2 Nov 2021 16:35:36 -0700 Subject: [PATCH] Pin docutils to older version --- .readthedocs.yaml | 15 +++++++++++++++ docs/requirements.txt | 1 + 2 files changed, 16 insertions(+) create mode 100644 .readthedocs.yaml create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..02275b8f --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ + +# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries +# +# SPDX-License-Identifier: Unlicense +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +python: + version: "3.6" + install: + - requirements_file: docs/requirements.txt + - requirements_file: requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..c896d4df --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +docutils<0.18 \ No newline at end of file