Skip to content

Commit

Permalink
[ADD]: add favicon.ico and change the conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mga-odoo committed Jun 16, 2018
1 parent e393b8e commit ab41810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 46 deletions.
48 changes: 2 additions & 46 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,55 +90,11 @@

# If true, sectionauthor and moduleauthor directives will be shown in the
# output. They are ignored by default.
#show_authors = False
show_authors = True

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'

# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []

# If true, keep warnings as "system message" paragraphs in the built documents.
#keep_warnings = False


# -- Options for HTML output ----------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
# sys.path.append(os.path.abspath('_themes'))
# html_theme_path = ['_themes']

# html_theme = 'sphinx_rtd_theme'

# html_theme_options = {
# 'canonical_url': '',
# 'analytics_id': 'UA-120447920-1',
# 'logo_only': True,
# 'display_version': True,
# 'prev_next_buttons_location': 'bottom',
# 'style_external_links': True,

# # Toc options
# 'collapse_navigation': True,
# 'sticky_navigation': True,
# 'navigation_depth': 4,
# 'includehidden': False,
# 'titles_only': False
# }

#html_short_title = 'Demo'

#html_theme = 'default'

# 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 = {}

# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
#html_title = None
Expand All @@ -153,7 +109,7 @@
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
#html_favicon = None
html_favicon = './images/favicon.ico'

# 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,
Expand Down
Binary file added docs/images/favicon.ico
Binary file not shown.

0 comments on commit ab41810

Please sign in to comment.