summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-01-12 04:35:00 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-01-15 12:57:21 +0300
commit8804b276a7ebab31573ecbbf08832a54bdfad48d (patch)
treeccf06b3bb8f464cd966453dc27f78464c0f330d1 /doc
parentbba1cc9b8c857855f4db42dc9f92b0f98d78df25 (diff)
downloadu-boot-8804b276a7ebab31573ecbbf08832a54bdfad48d.tar.xz
.readthedocs.yml: update the requirements
Fix an error: This project needs at least Sphinx v2.4.4. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/requirements.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt
index 4555a94d30..44c187880d 100644
--- a/doc/sphinx/requirements.txt
+++ b/doc/sphinx/requirements.txt
@@ -1,4 +1,4 @@
docutils==0.16
-Sphinx==3.4.3
-sphinx_rtd_theme
-six
+sphinx==3.4.3
+sphinx_rtd_theme==1.0.0
+six==1.16.0