Skip to content

Commit f8109b0

Browse files
committed
[KYUUBI apache#4800] Update readthedocs.yaml
### _Why are the changes needed?_ - readthedocs.yml shall be readthedocs.yaml. - Add OS version ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes apache#4800 from yaooqinn/readthedocs. Closes apache#4800 ba70cc5 [Kent Yao] Update readthedocs.yaml Authored-by: Kent Yao <yao@apache.org> Signed-off-by: Kent Yao <yao@apache.org>
1 parent ae3b813 commit f8109b0

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.readthedocs.yml renamed to .readthedocs.yaml

+4-8
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,19 @@
1616
#
1717

1818
version: 2
19+
build:
20+
os: ubuntu-22.04
21+
tools:
22+
python: "3.11"
1923

20-
# Build documentation in the docs/ directory with Sphinx
2124
sphinx:
2225
builder: html
2326
configuration: docs/conf.py
2427

25-
# Build documentation with MkDocs
26-
#mkdocs:
27-
# configuration: mkdocs.yml
28-
29-
# Optionally build your docs in additional formats such as PDF
3028
formats:
3129
- pdf
3230
- epub
3331

34-
# Optionally set the version of Python and requirements required to build your docs
3532
python:
36-
version: 3.7
3733
install:
3834
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)