.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>
This commit is contained in:
Heinrich Schuchardt
2022-01-12 02:35:00 +01:00
parent bba1cc9b8c
commit 8804b276a7
2 changed files with 13 additions and 8 deletions

View File

@@ -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