From f66155e18ea65be1dbbcd79e0150746f7ff3f5d1 Mon Sep 17 00:00:00 2001 From: Callahan Kovacs Date: Wed, 6 Sep 2023 12:03:40 -0500 Subject: [PATCH 1/2] docs: update readthedocs build Signed-off-by: Callahan Kovacs --- .readthedocs.yaml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b88c87f5df..0fde76ea10 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,13 +2,12 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details --- -# Required version: 2 build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.8" + python: "3.10" apt_packages: - libapt-pkg-dev @@ -18,16 +17,6 @@ sphinx: builder: html fail_on_warning: true -# Build documentation with MkDocs -# mkdocs: -# configuration: mkdocs.yml - -# Optionally build your docs in additional formats such as PDF -#formats: -# - pdf - -# Optionally set the version of Python -# and requirements required to build your docs python: install: - requirements: docs/.sphinx/requirements.txt From adf838af16d9010a690b1a439ffce73b3516a849 Mon Sep 17 00:00:00 2001 From: Callahan Kovacs Date: Wed, 6 Sep 2023 12:13:23 -0500 Subject: [PATCH 2/2] docs: update requirements Signed-off-by: Callahan Kovacs --- docs/requirements.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2c49295203..8380090f0d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,11 +1,11 @@ attrs==23.1.0 catkin-pkg==0.5.2 click==8.1.3 -craft-archives==1.1.0 -craft-cli==2.0.0 +craft-archives==1.1.3 +craft-cli==2.1.0 craft-grammar==1.1.1 craft-parts==1.24.1 -craft-providers==1.13.0 +craft-providers==1.15.0 craft-store==2.4.0 Deprecated==1.2.13 distro==1.8.0 @@ -19,17 +19,17 @@ lazr.uri==1.0.6 mypy-extensions==1.0.0 oauthlib==3.2.2 overrides==7.3.1 -platformdirs==2.6.0 +platformdirs==3.5.0 polib==1.1.1 progressbar==2.5 -psutil==5.9.4 -pydantic>=1.9.0 -pydantic-yaml==0.8.1 +psutil==5.9.5 +pydantic==1.10.7 +pydantic-yaml==0.11.2 pyelftools==0.29 pylxd==2.3.1 python-debian==0.1.49 pyxdg==0.28 -PyYAML==6.0 +PyYAML==6.0.1 raven==6.10.0 regex==2022.10.31 requests-unixsocket==0.3.0 @@ -39,9 +39,9 @@ snap-helpers==0.3.2 spdx==2.5.1 spdx-lookup==0.3.3 tabulate==0.8.10 -types-Deprecated==1.2.9 -typing_extensions +types-Deprecated==1.2.9.2 +typing_extensions==4.5.0 wadllib==1.3.6 -wrapt==1.14.1 +wrapt==1.15.0 pyspelling==2.8.2 python-apt @ https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/python-apt/2.4.0ubuntu1/python-apt_2.4.0ubuntu1.tar.xz; sys.platform == "linux"