File tree Expand file tree Collapse file tree 5 files changed +11
-25
lines changed
Expand file tree Collapse file tree 5 files changed +11
-25
lines changed Original file line number Diff line number Diff line change 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
69version : 2
710
8- # Set the OS, Python version and other tools you might need
911build :
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
3016python :
3117 install :
32- - requirements : docs/requirements.txt
18+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change 11SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
22SPDX-FileCopyrightText: Copyright (c) 2024 Mateusz Nowak
33
4- SPDX-License-Identifier: MIT
4+ SPDX-License-Identifier: MIT
Original file line number Diff line number Diff line change 11SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
22SPDX-FileCopyrightText: Copyright (c) 2024 Mateusz Nowak
33
4- SPDX-License-Identifier: MIT
4+ SPDX-License-Identifier: MIT
Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ Indices and tables
4343
4444* :ref: `genindex `
4545* :ref: `modindex `
46- * :ref: `search `
46+ * :ref: `search `
Original file line number Diff line number Diff line change 11SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
22SPDX-FileCopyrightText: Copyright (c) 2024 Mateusz Nowak
33
4- SPDX-License-Identifier: MIT
4+ SPDX-License-Identifier: MIT
You can’t perform that action at this time.
0 commit comments