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 2f89b86 commit 5a81ee1Copy full SHA for 5a81ee1
.github/workflows/docs.yaml
@@ -28,13 +28,13 @@ jobs:
28
sphinx: "4.5.0"
29
mermaid: "0.7.1"
30
jinja: "3.1.1"
31
- - version: "master"
+ - version: "main"
32
source: "heads"
33
python: "3.10"
34
35
36
37
- - version: "maintenance"
+ - version: "dev"
38
39
python: "3.12"
40
sphinx: "8.2.3"
@@ -176,7 +176,7 @@ jobs:
176
for version in *; do
177
if [ -d "$version" ]; then
178
aliases="[]"
179
- if [ "$version" == "master" ]; then
+ if [ "$version" == "main" ]; then
180
aliases="[\"latest\"]"
181
fi
182
echo "Adding $version at /en/$version..."
0 commit comments