File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 14
14
import os
15
15
import sys
16
16
import sphinx_rtd_theme
17
- # sys.path.insert(0, os.path.abspath('.'))
18
- # sys.path.insert(0, os.path.abspath('..'))
19
17
20
18
21
19
# -- Project information -----------------------------------------------------
66
64
# a list of builtin themes.
67
65
#
68
66
html_theme = 'sphinx_rtd_theme'
69
- # html_theme = 'alabaster'
70
- #html_theme = 'pyramid'
71
- #html_theme = 'sphinxdoc'
72
-
73
67
74
68
html_theme_options = {
75
69
# 'logo': '../../../../figs/icon.png',
76
70
# 'github_user': 'jhavl',
77
71
# 'github_repo': 'roboticstoolbox',
78
72
# 'logo_name': False,
79
73
# 'description': 'Robotics Toolbox for Python',
80
- 'analytics_id' : 'UA-102222819-3 '
74
+ 'analytics_id' : 'UA-102222819-4 '
81
75
}
82
76
83
77
show_authors = True
You can’t perform that action at this time.
0 commit comments