File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 16
16
id-token : write
17
17
environment :
18
18
name : github-pages
19
+ url : ${{ steps.deployment.outputs.page_url }}
19
20
env :
20
21
POETRY_VIRTUALENVS_CREATE : false
21
22
steps :
Original file line number Diff line number Diff line change 6
6
7
7
8
8
import webexpythonsdk
9
+ import sphinx_rtd_theme
9
10
10
11
11
12
project = "webexpythonsdk"
52
53
# a list of builtin themes.
53
54
#
54
55
# html_theme = 'alabaster'
55
- on_rtd = os .environ .get ("READTHEDOCS" , None ) == "True"
56
56
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 ()]
62
59
63
60
# Theme options are theme-specific and customize the look and feel of a theme
64
61
# 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