Skip to content

Commit 025a17b

Browse files
committed
Update sphinx
1 parent 81f135e commit 025a17b

File tree

4 files changed

+50
-34
lines changed

4 files changed

+50
-34
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS = -D linkcheck_anchors= # disable anchor checking because sphinx have trouble doing it. See https://github.com/AppImage/docs.appimage.org/pull/83
5+
SPHINXOPTS = -D linkcheck_anchors=0 # disable anchor checking because sphinx have trouble doing it. See https://github.com/AppImage/docs.appimage.org/pull/83
66
SPHINXBUILD = sphinx-build
77
SPHINXPROJ = AppImage
88
SOURCEDIR = source

poetry.lock

Lines changed: 47 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package-mode = false
1111

1212
[tool.poetry.dependencies]
1313
Python = "^3.12"
14-
sphinx = "^6"
14+
sphinx = "^8"
1515
sphinx-git = "^11"
1616
sphinxext-rediraffe = "^0.2.7"
1717
sphinx-last-updated-by-git = "^0.3.8"

source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,7 @@
201201

202202
# -- Options for intersphinx extension ---------------------------------------
203203

204-
# Example configuration for intersphinx: refer to the Python standard library.
205-
intersphinx_mapping = {'https://docs.python.org/': None}
204+
intersphinx_mapping = {}
206205

207206
# -- Options for todo extension ----------------------------------------------
208207

0 commit comments

Comments
 (0)