We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d069381 commit acc1511Copy full SHA for acc1511
docs/conf.py
@@ -20,6 +20,7 @@
20
21
import sphinx
22
23
+sys.path.append('../')
24
import gitlab
25
26
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
@@ -116,7 +117,7 @@
116
117
# a list of builtin themes.
118
html_theme = 'default'
119
if not on_rtd: # only import and set the theme if we're building docs locally
- try:
120
+ try:
121
import sphinx_rtd_theme
122
html_theme = 'sphinx_rtd_theme'
123
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
0 commit comments