[Scummvm-git-logs] scummvm master -> 62cefadd3d78edeafe41bc0e661f873ed069e47e
bluegr
noreply at scummvm.org
Mon Nov 18 10:00:59 UTC 2024
This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
ddefd90626 DOCS: Update Sphinx and its plugins versions
13951f2133 DOCS: Fix CSV parsing error
62cefadd3d DOCS: Change the copyright
Commit: ddefd90626808dfcbca71eb1ac6f3c4757d477e4
https://github.com/scummvm/scummvm/commit/ddefd90626808dfcbca71eb1ac6f3c4757d477e4
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-11-18T12:00:53+02:00
Commit Message:
DOCS: Update Sphinx and its plugins versions
Changed paths:
doc/docportal/requirements.txt
diff --git a/doc/docportal/requirements.txt b/doc/docportal/requirements.txt
index fadf79c40c9..9c70b33e82f 100644
--- a/doc/docportal/requirements.txt
+++ b/doc/docportal/requirements.txt
@@ -1,4 +1,4 @@
-sphinx~=7.2
-sphinx-design~=0.5
-sphinx_rtd_theme~=2.0
-sphinx-mdinclude~=0.5
+sphinx~=8.1
+sphinx-design~=0.6.1
+sphinx_rtd_theme~=3.0.2
+sphinx-mdinclude~=0.6.2
Commit: 13951f2133fc03fde78642e419ee4c43ba11e553
https://github.com/scummvm/scummvm/commit/13951f2133fc03fde78642e419ee4c43ba11e553
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-11-18T12:00:53+02:00
Commit Message:
DOCS: Fix CSV parsing error
Changed paths:
doc/docportal/other_platforms/ios.rst
diff --git a/doc/docportal/other_platforms/ios.rst b/doc/docportal/other_platforms/ios.rst
index 27c5dacd3b3..fef09fbb0a2 100644
--- a/doc/docportal/other_platforms/ios.rst
+++ b/doc/docportal/other_platforms/ios.rst
@@ -102,7 +102,7 @@ For external keyboards missing the special keys, e.g. the Apple Magic Keyboard f
Key combination, Action
CMD + 1, F1
CMD + 2, F2
- "..." , "..."
+ "...", "..."
CMD + 0, F10
CMD + SHIFT 1, F11
CMD + SHIFT 2, F12
Commit: 62cefadd3d78edeafe41bc0e661f873ed069e47e
https://github.com/scummvm/scummvm/commit/62cefadd3d78edeafe41bc0e661f873ed069e47e
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-11-18T12:00:53+02:00
Commit Message:
DOCS: Change the copyright
Changed paths:
doc/docportal/conf.py
diff --git a/doc/docportal/conf.py b/doc/docportal/conf.py
index 0265e32075c..f5b3a769eac 100644
--- a/doc/docportal/conf.py
+++ b/doc/docportal/conf.py
@@ -18,8 +18,8 @@
# -- Project information -----------------------------------------------------
project = 'ScummVM Documentation'
-copyright = '2020-2024, CadiH'
-author = 'CadiH'
+copyright = '2020-2024, ScummVM'
+author = 'ScummVM'
# -- General configuration ---------------------------------------------------
More information about the Scummvm-git-logs
mailing list