We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fe561 commit 3cf3fa8Copy full SHA for 3cf3fa8
.readthedocs.yaml
@@ -7,7 +7,7 @@ version: 2
7
8
# Set the version of Python and other tools you might need
9
build:
10
- os: ubuntu-20.04
+ os: ubuntu-22.04
11
apt_packages :
12
- maven
13
tools:
@@ -26,6 +26,7 @@ build:
26
# install the package
27
python:
28
install:
29
+ - requirements: docs/requirements.txt
30
- method: pip
31
path: .
32
extra_requirements:
docs/requirements.txt
@@ -0,0 +1 @@
1
+sphinx-rtd-theme
0 commit comments