File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 22DISCOVER /_build /
33DISCOVER /_tags /
44
5+ # helper files for translations
6+ * .mo
7+
58# Pycharm
69.idea /
710
Original file line number Diff line number Diff line change 3838external_toc_exclude_missing = False
3939external_toc_path = '_toc.yml'
4040html_baseurl = ''
41- html_css_files = ['css/mainLogo.css' ]
4241html_favicon = ''
43- html_js_files = ['js/footer.js' , 'js/logo-switcher.js' ]
44- html_logo = '_static/images/logo-light.png'
42+ html_logo = 'logo.png'
4543html_sourcelink_suffix = ''
4644html_static_path = ['_static' ]
4745html_theme = 'sphinx_book_theme'
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,6 +15,4 @@ rm -rf DISCOVER/_tags/*
1515
1616
1717echo " Building $LANGUAGE version..."
18- WEBSITE_VERSION=" $VERSION " WEBSITE_LANGUAGE=" $LANGUAGE " sphinx-build -b html DISCOVER/ DISCOVER/_build/html
19-
20- echo " Build completed successfully: $VERSION /$LANGUAGE "
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