[Scummvm-git-logs] scummvm master -> cb7454077483bda7f2085681cbd26ab1759289d3

cadihowley noreply at scummvm.org
Thu Oct 20 00:19:56 UTC 2022


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:
cb74540774 DOCS: updates Read the Docs build dependencies


Commit: cb7454077483bda7f2085681cbd26ab1759289d3
    https://github.com/scummvm/scummvm/commit/cb7454077483bda7f2085681cbd26ab1759289d3
Author: CadiH (cadihowley at gmail.com)
Date: 2022-10-20T13:19:53+13:00

Commit Message:
DOCS: updates Read the Docs build dependencies

Changed paths:
  A doc/docportal/.readthedocs.yaml
    doc/docportal/conf.py
    doc/docportal/requirements.txt


diff --git a/doc/docportal/.readthedocs.yaml b/doc/docportal/.readthedocs.yaml
new file mode 100644
index 00000000000..1ddf2735dab
--- /dev/null
+++ b/doc/docportal/.readthedocs.yaml
@@ -0,0 +1,12 @@
+version: 2
+
+build:
+  tools:
+    python: "3.10.8"
+
+sphinx:
+  configuration: docportal/conf.py
+
+python:
+  install:
+    - requirements: docportal/requirements.txt
\ No newline at end of file
diff --git a/doc/docportal/conf.py b/doc/docportal/conf.py
index 66880cfd299..684aa260cac 100644
--- a/doc/docportal/conf.py
+++ b/doc/docportal/conf.py
@@ -33,8 +33,7 @@ import sphinx_rtd_theme
 extensions = [
 
     "sphinx_rtd_theme",
-    "sphinx_panels",
-    "m2r2"
+    "sphinx_panels"
 ]
 extensions.append('sphinx_tabs.tabs')
 souce_suffix = ['.rst','.md']
diff --git a/doc/docportal/requirements.txt b/doc/docportal/requirements.txt
index f746d627219..6c979964175 100644
--- a/doc/docportal/requirements.txt
+++ b/doc/docportal/requirements.txt
@@ -1,3 +1,5 @@
-sphinx-tabs
-sphinx-panels
-m2r2
\ No newline at end of file
+sphinx-tabs==3.3.1
+sphinx-panels==0.6.0
+sphinx<5
+docutils==0.17
+sphinx_rtd_theme==1.0.0
\ No newline at end of file




More information about the Scummvm-git-logs mailing list