Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ueabs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
UEABS
ueabs
Commits
d786be4f
Commit
d786be4f
authored
Oct 06, 2017
by
Victor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
4 changed files
with
16 additions
and
2 deletions
+16
-2
doc/sphinx/conf.py
doc/sphinx/conf.py
+5
-1
doc/sphinx/index.rst
doc/sphinx/index.rst
+1
-1
doc/sphinx/theme/static/style.css
doc/sphinx/theme/static/style.css
+5
-0
doc/sphinx/theme/theme.conf
doc/sphinx/theme/theme.conf
+5
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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