Skip to content

Commit f767b84

Browse files
authored
[synpy-1542] Upgrade readthedocs os, python version, and search ranking (#1184)
1 parent 8761bab commit f767b84

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.readthedocs.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ version: 2
66

77
# Set the version of Python and other tools you might need
88
build:
9-
os: ubuntu-20.04
9+
os: ubuntu-22.04
1010
tools:
11-
python: "3.9"
11+
# alias for the latest 3.x version available on Read the Docs
12+
python: "3"
1213

1314
mkdocs:
1415
configuration: mkdocs.yml
@@ -17,3 +18,8 @@ mkdocs:
1718
python:
1819
install:
1920
- requirements: docs/requirements.txt
21+
22+
# See https://docs.readthedocs.com/platform/stable/config-file/v2.html#search for more options
23+
search:
24+
ranking:
25+
reference/*: -1

0 commit comments

Comments
 (0)