Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Jupyter Docker Stacks
Commits
0613eacc
Commit
0613eacc
authored
Aug 03, 2018
by
Peter Parente
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci skip] Switch docs to the alabaster theme
parent
45e010d9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
2 deletions
+30
-2
docs/_static/custom.css
docs/_static/custom.css
+3
-0
docs/_static/jupyter-logo.png
docs/_static/jupyter-logo.png
+0
-0
docs/conf.py
docs/conf.py
+27
-2
No files found.
docs/_static/custom.css
0 → 100644
View file @
0613eacc
body
div
.sphinxsidebarwrapper
p
.logo
{
text-align
:
left
;
}
\ No newline at end of file
docs/_static/jupyter-logo.png
0 → 100644
View file @
0613eacc
15.9 KB
docs/conf.py
View file @
0613eacc
...
...
@@ -96,19 +96,44 @@ source_suffix = ['.rst', '.md']
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme
=
'
sphinx_rtd_theme
'
html_theme
=
'
alabaster
'
# 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
# documentation.
#
# html_theme_options = {}
html_theme_options
=
{
'description'
:
"Jupyter Docker Stacks"
,
'fixed_sidebar'
:
False
,
'show_relbars'
:
True
,
'github_user'
:
'jupyter'
,
'github_repo'
:
'docker-stacks'
,
'github_type'
:
'star'
,
'logo'
:
'jupyter-logo.png'
,
'logo_text_align'
:
'left'
}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path
=
[
'_static'
]
# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
#
# The default sidebars (for documents that don't match any pattern) are
# defined by theme itself. Builtin themes are using these templates by
# default: ``['localtoc.html', 'relations.html', 'sourcelink.html',
# 'searchbox.html']``.
#
html_sidebars
=
{
'**'
:
[
'about.html'
,
'navigation.html'
,
'relations.html'
,
'searchbox.html'
,
]
}
# -- Options for HTMLHelp output ------------------------------------------
...
...
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