Skip to content

Commit d42406f

Browse files
committed
Adding logo options
1 parent 4577197 commit d42406f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/source/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
# -- Options for HTML output
2929

3030
html_theme = 'sphinx_rtd_theme'
31+
html_theme_options = {
32+
'logo_only': True,
33+
'display_version': False
34+
}
35+
html_logo = 'img/logo.png'
36+
3137

3238
# -- Options for EPUB output
3339
epub_show_urls = 'footnote'

docs/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ New to AutoMapper? Check out the :doc:`Getting-started` page first.
2020
:caption: Overview
2121

2222
Getting-started
23-
Quickstart
2423
Understanding-your-mapping
2524
The-MyGet-build
2625

0 commit comments

Comments
 (0)