Skip to content

Commit e8874f8

Browse files
mwasilewroxell
authored andcommitted
Fix .readthedocs.yml file
Readthedocs build automation has a new format. This patch fixes build errors for https://test-definitions.readthedocs.io/ Signed-off-by: Milosz Wasilewski <milosz.wasilewski@foundries.io>
1 parent 581d96a commit e8874f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.readthedocs.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
version: 2
2+
build:
3+
os: ubuntu-22.04
4+
tools:
5+
python: "3.7"
26
mkdocs:
37
configuration: mkdocs.yml
48
formats: all
59
python:
6-
version: 3.7
710
install:
811
- requirements: mkdocs_plugin/requirements.txt

0 commit comments

Comments
 (0)