8000 update theme params · yobzhuu/robotics-toolbox-python@ec02db6 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec02db6

Browse files
committed
update theme params
add logo update authors add build date
1 parent 2ca8050 commit ec02db6

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

docs/source/conf.py

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = 'Robotics Toolbox Python'
22-
copyright = '2020, Jesse Haviland'
23-
author = 'Jesse Haviland'
22+
copyright = '2020, Jesse Haviland and Peter Corke'
23+
author = 'Jesse Haviland and Peter Corke'
2424

2525
print(__file__)
2626
# The full version, including alpha/beta/rc tags
@@ -67,14 +67,17 @@
6767
html_theme = 'sphinx_rtd_theme'
6868

6969
html_theme_options = {
70-
# 'logo': '../../../../figs/icon.png',
71-
# 'github_user': 'jhavl',
72-
# 'github_repo': 'roboticstoolbox',
73-
# 'logo_name': False,
74-
# 'description': 'Robotics Toolbox for Python',
75-
'analytics_id': 'UA-102222819-4'
70+
'github_user': 'petercorke',
71+
#'github_repo': 'spatialmath-python',
72+
#'logo_name': False,
73+
'logo_only': False,
74+
#'description': 'Spatial maths and geometry for Python',
75+
'display_version': True,
76+
'prev_next_buttons_location': 'both',
77+
'analytics_id': 'G-11Q6WJM565',
7678
}
77-
79+
html_logo = '../figs/RobToolBox_RoundLogoB.png'
80+
html_last_updated_fmt = '%d-%b-%Y'
7881
show_authors = True
7982

8083
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)
0