Browse Source

Update doc version

master
Pete Shadbolt 7 years ago
parent
commit
ce322b561e
2 changed files with 3 additions and 2 deletions
  1. +1
    -0
      bin/abpserver
  2. +2
    -2
      doc/conf.py

+ 1
- 0
bin/abpserver View File

@@ -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


+ 2
- 2
doc/conf.py View File

@@ -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


Loading…
Cancel
Save