Commit d786be4f authored by Victor's avatar Victor
Browse files

WIP theme, justify paragraphs

not working on the top one above the main title
parent 94232bcb
......@@ -83,7 +83,8 @@ todo_include_todos = False
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = 'theme' # use the theme in subdir 'theme'
html_theme_path = ['.'] # make sphinx search for themes in current dir
# 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
......@@ -102,6 +103,9 @@ html_static_path = ['_static']
# Output file base name for HTML help builder.
htmlhelp_basename = 'UEABSforacceleratorsdoc'
html_sidebars = { '**': ['localtoc.html', 'globaltoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html'], }
# -- Options for LaTeX output ---------------------------------------------
......
......@@ -20,7 +20,7 @@ The following timeline will be followed to lead this task:
.. toctree::
:maxdepth: 2
:caption: Table of Contents:
:caption: General Table of Contents:
:glob:
ms33
......
@import url("alabaster.css"); /* make sure to sync this with the base theme's css filename */
.section {
text-align:justify;
}
[theme]
inherit = alabaster
stylesheet = style.css
pygments_style = pygments.css
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment