Skip to content

Commit

Permalink
Update Ubuntu version from 20.04 to 22.04 (#199)
Browse files Browse the repository at this point in the history
* Update Ubuntu version from 20.04 to 22.04

* Add required sphinx theme
  • Loading branch information
ruivieira authored Jan 19, 2024
1 parent 58fe561 commit 3cf3fa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
os: ubuntu-22.04
apt_packages :
- maven
tools:
Expand All @@ -26,6 +26,7 @@ build:
# install the package
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx-rtd-theme

0 comments on commit 3cf3fa8

Please sign in to comment.