Skip to content

Commit 3cf3fa8

Browse files
authored
Update Ubuntu version from 20.04 to 22.04 (#199)
* Update Ubuntu version from 20.04 to 22.04 * Add required sphinx theme
1 parent 58fe561 commit 3cf3fa8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 2
77

88
# Set the version of Python and other tools you might need
99
build:
10-
os: ubuntu-20.04
10+
os: ubuntu-22.04
1111
apt_packages :
1212
- maven
1313
tools:
@@ -26,6 +26,7 @@ build:
2626
# install the package
2727
python:
2828
install:
29+
- requirements: docs/requirements.txt
2930
- method: pip
3031
path: .
3132
extra_requirements:

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx-rtd-theme

0 commit comments

Comments
 (0)