[Scummvm-git-logs] scummvm branch-2-8 -> 61d3e4ed8b6f70e9a1bd15cf7abff55f1e9ac28a

lephilousophe noreply at scummvm.org
Sat Mar 2 11:04:21 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:
61d3e4ed8b DOCS: Quick'n'dirty fix to docs packages


Commit: 61d3e4ed8b6f70e9a1bd15cf7abff55f1e9ac28a
    https://github.com/scummvm/scummvm/commit/61d3e4ed8b6f70e9a1bd15cf7abff55f1e9ac28a
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-03-02T12:04:18+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