We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4577197 commit d42406fCopy full SHA for d42406f
docs/source/conf.py
@@ -28,6 +28,12 @@
28
# -- Options for HTML output
29
30
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
+
37
38
# -- Options for EPUB output
39
epub_show_urls = 'footnote'
docs/source/index.rst
@@ -20,7 +20,6 @@ New to AutoMapper? Check out the :doc:`Getting-started` page first.
20
:caption: Overview
21
22
Getting-started
23
- Quickstart
24
Understanding-your-mapping
25
The-MyGet-build
26
0 commit comments