Skip to content

Commit 63e7324

Browse files
authored
Merge pull request #160 from kattni/rtd-config
Update .readthedocs.yml
2 parents 84faf42 + 0d96760 commit 63e7324

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: Unlicense
4+
5+
sphinx>=4.0.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: Unlicense
4+
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: docs/requirements.txt
15+
- requirements: requirements.txt

{{ cookiecutter and 'tmp_repo' }}/{% if cookiecutter.sphinx_docs in ['y', 'yes'] %}.readthedocs.yml{% endif %}

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)