Skip to content

Commit 113d19d

Browse files
authored
Merge pull request #198 from makermelissa/main
Pin docutils to older version to fix docs from failing
2 parents 75f6980 + bb71e65 commit 113d19d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.readthedocs.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
3+
#
4+
# SPDX-License-Identifier: Unlicense
5+
# Read the Docs configuration file
6+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
7+
8+
# Required
9+
version: 2
10+
11+
python:
12+
version: "3.6"
13+
install:
14+
- requirements_file: docs/requirements.txt
15+
- requirements_file: requirements.txt

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docutils<0.18

0 commit comments

Comments
 (0)