Skip to content

Commit 4914820

Browse files
committed
Fixed docs
1 parent 27222cf commit 4914820

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/source/conf.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
import os
1515
import sys
1616
import sphinx_rtd_theme
17-
# sys.path.insert(0, os.path.abspath('.'))
18-
# sys.path.insert(0, os.path.abspath('..'))
1917

2018

2119
# -- Project information -----------------------------------------------------
@@ -66,18 +64,14 @@
6664
# a list of builtin themes.
6765
#
6866
html_theme = 'sphinx_rtd_theme'
69-
# html_theme = 'alabaster'
70-
#html_theme = 'pyramid'
71-
#html_theme = 'sphinxdoc'
72-
7367

7468
html_theme_options = {
7569
# 'logo': '../../../../figs/icon.png',
7670
# 'github_user': 'jhavl',
7771
# 'github_repo': 'roboticstoolbox',
7872
# 'logo_name': False,
7973
# 'description': 'Robotics Toolbox for Python',
80-
'analytics_id': 'UA-102222819-3'
74+
'analytics_id': 'UA-102222819-4'
8175
}
8276

8377
show_authors = True

0 commit comments

Comments
 (0)