Skip to content

Commit 36b46ca

Browse files
Fix issues with RTD files
1 parent a2e4e86 commit 36b46ca

File tree

5 files changed

+11
-25
lines changed

5 files changed

+11
-25
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,18 @@
1-
# .readthedocs.yaml
1+
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: Unlicense
4+
25
# Read the Docs configuration file
36
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
47

58
# Required
69
version: 2
710

8-
# Set the OS, Python version and other tools you might need
911
build:
10-
os: ubuntu-22.04
12+
os: ubuntu-20.04
1113
tools:
12-
python: "3.12"
13-
# You can also specify other tool versions:
14-
# nodejs: "19"
15-
# rust: "1.64"
16-
# golang: "1.19"
17-
18-
# Build documentation in the "docs/" directory with Sphinx
19-
sphinx:
20-
configuration: docs/conf.py
21-
22-
# Optionally build your docs in additional formats such as PDF and ePub
23-
# formats:
24-
# - pdf
25-
# - epub
14+
python: "3"
2615

27-
# Optional but recommended, declare the Python requirements required
28-
# to build your documentation
29-
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
3016
python:
3117
install:
32-
- requirements: docs/requirements.txt
18+
- requirements: docs/requirements.txt

docs/api.rst.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
22
SPDX-FileCopyrightText: Copyright (c) 2024 Mateusz Nowak
33

4-
SPDX-License-Identifier: MIT
4+
SPDX-License-Identifier: MIT

docs/examples.rst.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
22
SPDX-FileCopyrightText: Copyright (c) 2024 Mateusz Nowak
33

4-
SPDX-License-Identifier: MIT
4+
SPDX-License-Identifier: MIT

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Indices and tables
4343

4444
* :ref:`genindex`
4545
* :ref:`modindex`
46-
* :ref:`search`
46+
* :ref:`search`

docs/index.rst.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
22
SPDX-FileCopyrightText: Copyright (c) 2024 Mateusz Nowak
33

4-
SPDX-License-Identifier: MIT
4+
SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)