Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): bump requirements and build environment #4351

Merged
merged 3 commits into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
22 changes: 11 additions & 11 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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"