[Scummvm-git-logs] scummvm master -> 9e188bff2029bb55f8e4384a602220968135b295

lephilousophe noreply at scummvm.org
Fri Jan 19 07:02:59 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9e188bff20 DOCS: Quick'n'dirty fix to docs packages


Commit: 9e188bff2029bb55f8e4384a602220968135b295
    https://github.com/scummvm/scummvm/commit/9e188bff2029bb55f8e4384a602220968135b295
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-01-19T08:01:12+01:00

Commit Message:
DOCS: Quick'n'dirty fix to docs packages

Latest versions of sphinxcontrib dropped sphinx requirement and checks
the version at runtime.
By pinning to the latest versions supporting Sphinx 4, build succeeds.

Changed paths:
    doc/docportal/requirements.txt


diff --git a/doc/docportal/requirements.txt b/doc/docportal/requirements.txt
index c18c1346698..f632ea6fbb5 100644
--- a/doc/docportal/requirements.txt
+++ b/doc/docportal/requirements.txt
@@ -3,4 +3,11 @@ sphinx-panels==0.6.0
 sphinx<5
 docutils==0.17
 sphinx_rtd_theme==1.0.0
-sphinx-mdinclude==0.5.3
\ No newline at end of file
+sphinx-mdinclude==0.5.3
+
+# Dependencies of sphinx<5
+sphinxcontrib_applehelp==1.0.4
+sphinxcontrib_devhelp==1.0.2
+sphinxcontrib_htmlhelp==2.0.1
+sphinxcontrib_serializinghtml==1.1.5
+sphinxcontrib_qthelp==1.0.3




More information about the Scummvm-git-logs mailing list