File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 < ul class ="dropdown-menu " aria-labelledby ="language-switcher-button ">
77 {% for item in languages %}
88 < li >
9- < a class ="dropdown-item{% if current_language == item.code %}active{% endif %} "
9+ < a class ="dropdown-item{% if current_language == item.code %} active{% endif %} "
1010 href ="{{ baseurl }}/{{ current_version }}/{{ item.code }}/{{ pagename }}.html "
1111 {% if item.direction %}dir ="{{ item.direction }} "{% endif %} >
1212 {{ item.name_local }}
Original file line number Diff line number Diff line change 22echo " Starting build process..."
33
44# Get parameters with defaults
5- VERSION=${VERSION:- ${1:- " dev " } }
5+ VERSION=${VERSION:- ${1:- " 2.0 " } }
66LANGUAGE=${LANGUAGE:- ${2:- " en" } }
77
88echo " Building version: $VERSION , language: $LANGUAGE "
@@ -15,4 +15,4 @@ rm -rf DISCOVER/_tags/*
1515
1616# Build the documentation
1717echo " Building $LANGUAGE version..."
18- WEBSITE_VERSION=" $VERSION " WEBSITE_LANGUAGE=" $LANGUAGE " sphinx-build -b html DISCOVER/ DISCOVER/_build/html
18+ WEBSITE_VERSION=" $VERSION " WEBSITE_LANGUAGE=" $LANGUAGE " sphinx-build -b html DISCOVER/ DISCOVER/_build/html
You can’t perform that action at this time.
0 commit comments