Pin docutils to older version
This commit is contained in:
parent
75f6980622
commit
bb71e65381
2 changed files with 16 additions and 0 deletions
15
.readthedocs.yaml
Normal file
15
.readthedocs.yaml
Normal file
|
|
@ -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
|
||||
1
docs/requirements.txt
Normal file
1
docs/requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
docutils<0.18
|
||||
Loading…
Reference in a new issue