Skip to content

Commit 96e9b00

Browse files
authored
Merge pull request #33 from makermelissa/main
Update Read the Docs Python version to 3.8
2 parents f71be29 + 44570a6 commit 96e9b00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
version: 2
1010

1111
python:
12-
version: "3.7"
12+
version: "3.8"
1313
install:
1414
- requirements: docs/requirements.txt
1515
- requirements: requirements.txt

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
]
3838

3939
intersphinx_mapping = {
40-
"python": ("https://docs.python.org/3.4", None),
40+
"python": ("https://docs.python.org/3.8", None),
4141
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
4242
}
4343

0 commit comments

Comments
 (0)