File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1616 id-token : write
1717 environment :
1818 name : github-pages
19+ url : ${{ steps.deployment.outputs.page_url }}
1920 env :
2021 POETRY_VIRTUALENVS_CREATE : false
2122 steps :
Original file line number Diff line number Diff line change 66
77
88import webexpythonsdk
9+ import sphinx_rtd_theme
910
1011
1112project = "webexpythonsdk"
5253# a list of builtin themes.
5354#
5455# html_theme = 'alabaster'
55- on_rtd = os .environ .get ("READTHEDOCS" , None ) == "True"
5656
57- if not on_rtd :
58- import sphinx_rtd_theme
59-
60- html_theme = "sphinx_rtd_theme"
61- html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
57+ html_theme = "sphinx_rtd_theme"
58+ html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
6259
6360# Theme options are theme-specific and customize the look and feel of a theme
6461# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change 1+ sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments