diff --git a/docs/source/conf.py b/docs/source/conf.py index b93612321bf8f636c00ba653e168580205444b84..cf6f1dea2270d3d372ae1fa1d7a5abc136d6d343 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -10,9 +10,9 @@ # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # -# import os -# import sys -# sys.path.insert(0, os.path.abspath('.')) +#import os +#import sys +#sys.path.insert(0, os.path.abspath('../../devices')) # -- Project information ----------------------------------------------------- @@ -44,7 +44,7 @@ exclude_patterns = [] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +html_theme = 'sphinx_rtd_theme' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,