X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Fconf.py;h=8df63f2152d4c927439cbd9c5f5aa7df09a48ca6;hb=3701fc9d2658323a423476695e550224f2cb7343;hp=9038c862af032d5653a1e532f441a1f29556b3b3;hpb=966e3a848b9d545530cc7c7a78c5185c69183b22;p=python-musicpd.git diff --git a/doc/source/conf.py b/doc/source/conf.py index 9038c86..8df63f2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -18,7 +18,6 @@ # import os import sys -# sys.path.insert(0, os.path.abspath('.')) sys.path.insert(0, os.path.abspath('../../')) from musicpd import VERSION __author__ = 'kaliko' @@ -127,7 +126,6 @@ todo_include_todos = True # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' html_theme = 'classic' #html_theme = "sphinx_rtd_theme" #html_theme = 'bootstrap'