.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:
parent
bba1cc9b8c
commit
8804b276a7
@ -5,6 +5,13 @@
|
|||||||
# Required
|
# Required
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
|
build:
|
||||||
|
os: "ubuntu-20.04"
|
||||||
|
apt_packages:
|
||||||
|
- python3-six
|
||||||
|
tools:
|
||||||
|
python: "3.9"
|
||||||
|
|
||||||
# Build documentation in the docs/ directory with Sphinx
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: doc/conf.py
|
configuration: doc/conf.py
|
||||||
@ -12,8 +19,6 @@ sphinx:
|
|||||||
# Optionally build your docs in additional formats such as PDF and ePub
|
# Optionally build your docs in additional formats such as PDF and ePub
|
||||||
formats: []
|
formats: []
|
||||||
|
|
||||||
# Optionally set the version of Python and requirements required to build your docs
|
python:
|
||||||
# python:
|
install:
|
||||||
# version: 3.7
|
- requirements: doc/sphinx/requirements.txt
|
||||||
# install:
|
|
||||||
# - requirements: docs/requirements.txt
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
docutils==0.16
|
docutils==0.16
|
||||||
Sphinx==3.4.3
|
sphinx==3.4.3
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme==1.0.0
|
||||||
six
|
six==1.16.0
|
||||||
|
Loading…
Reference in New Issue
Block a user