Compare commits

..

2 Commits

Author SHA1 Message Date
Alex Jaramillo 66664ca9cc Drop deprecated theme 2024-11-04 10:39:09 -08:00
Alex V Jaramillo 9c73b1523a Remove non used step
Signed-off-by: Alex V Jaramillo <alex.v.jaramillo@intel.com>
2024-09-27 16:07:28 -07:00
2 changed files with 3 additions and 17 deletions
+1 -5
View File
@@ -30,7 +30,7 @@ jobs:
tar xvzf clearlinux-docs-zh-CN.tar.gz -C source/_build/html/zh_CN
touch source/_build/html/.nojekyll
mv source/_build/html $HOME/output
- name: Deploy the docs
- name: Deploy and publish docs
run: |
cd $HOME/output
git init
@@ -39,7 +39,3 @@ jobs:
git add .
git commit -m "latest html output"
git push -f https://${GITHUB_ACTOR}:${{secrets.ACCESS_TOKEN}}@github.com/clearlinux/clear-linux-documentation.git HEAD:latestHTML
- name: Publish the docs
run: |
wget ${{secrets.PUBLISH_URL}}
cat clearlinux-latest
+2 -12
View File
@@ -133,24 +133,14 @@ rst_epilog = """
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#html_theme = 'sphinx_rtd_theme'
html_theme = 'otc_tcs_sphinx_theme'
html_theme = 'bizstyle'
version = current_version = "latest"
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
# 'canonical_url': 'docs.01.org/clearlinux/', # remove old url - mv
'canonical_url': 'clearlinux.github.io/clear-linux-documentation/',
'style_nav_header_background': '#007ab2',
'navigation_depth': 4,
'display_version': False,
'collapse_navigation': False,
'prev_next_buttons_location': 'None',
'sticky_navigation': True
}
html_theme_options = {}
html_context = {
"display_github": True, # Integrate GitHub