Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Victor Cameo Ponz
ueabs
Commits
d786be4f
Commit
d786be4f
authored
Oct 06, 2017
by
Victor
Browse files
WIP theme, justify paragraphs
not working on the top one above the main title
parent
94232bcb
Changes
4
Hide whitespace changes
Inline
Side-by-side
doc/sphinx/conf.py
View file @
d786be4f
...
...
@@ -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 ---------------------------------------------
...
...
doc/sphinx/index.rst
View file @
d786be4f
...
...
@@ -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
...
...
doc/sphinx/theme/static/style.css
0 → 100644
View file @
d786be4f
@import
url("alabaster.css")
;
/* make sure to sync this with the base theme's css filename */
.section
{
text-align
:
justify
;
}
doc/sphinx/theme/theme.conf
0 → 100644
View file @
d786be4f
[
theme
]
inherit
=
alabaster
stylesheet
=
style
.
css
pygments_style
=
pygments
.
css
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment