diff --git a/bin/abpserver b/bin/abpserver index 63f7030..7570cae 100755 --- a/bin/abpserver +++ b/bin/abpserver @@ -76,6 +76,7 @@ if __name__ == '__main__': # Change to the right working dir where = os.path.abspath(resource_filename("abp.static", "")) + print where os.chdir(where) # Start the HTTP server diff --git a/doc/conf.py b/doc/conf.py index d27325a..4858243 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -61,7 +61,7 @@ author = u'Pete Shadbolt' # The short X.Y version. version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.4.1' +release = '0.4.16' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -112,7 +112,7 @@ 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' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the