Skip to content

Commit 1fdfd69

Browse files
authored
Merge pull request #1155 from jakob-keller/docs
Fix up docs building
2 parents d0d71be + 41c3f36 commit 1fdfd69

File tree

4 files changed

+3
-39
lines changed

4 files changed

+3
-39
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "3.8"
6+
python: "3.12"
77

88
sphinx:
99
configuration: docs/conf.py

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@
190190

191191

192192
# Example configuration for intersphinx: refer to the Python standard library.
193-
intersphinx_mapping = {'https://docs.python.org/': None}
193+
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}

docs/make.bat

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

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sphinx==5.3.0
1+
sphinx==7.4.7

0 commit comments

Comments
 (0)