We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a334300 + e1506ee commit 2cc40fbCopy full SHA for 2cc40fb
2 files changed
.github/workflows/build.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- master
7
+ workflow_dispatch:
8
9
jobs:
10
docs/conf.py
@@ -84,12 +84,10 @@
84
try:
85
import sphinx_rtd_theme
86
html_theme = 'sphinx_rtd_theme'
87
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), '.']
88
except:
89
html_theme = 'default'
90
- html_theme_path = ['.']
91
else:
92
+ html_theme = 'sphinx_rtd_theme'
93
94
# Add any paths that contain custom static files (such as style sheets) here,
95
# relative to this directory. They are copied after the builtin static files,
0 commit comments