little tweaks

This commit is contained in:
Jukka Aho
2015-07-06 22:19:33 +03:00
parent 5918f2cc08
commit 279103b125
+5 -5
View File
@@ -143,14 +143,14 @@ html_show_copyright = False
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
#html_title = None
html_title = JuliaFEM - A Finite Element Method Solver
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
html_short_title = JuliaFEM
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
html_logo = './logo/JuliaFEMLogo_256x256.png'
html_logo = './logo/JuliaFEMLogo_96x96.png'
# 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
@@ -195,7 +195,7 @@ html_static_path = ['_static', 'badges']
#html_show_sourcelink = True
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
#html_show_sphinx = True
html_show_sphinx = False
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
#html_show_copyright = True
@@ -212,7 +212,7 @@ html_static_path = ['_static', 'badges']
# Sphinx supports the following languages:
# 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja'
# 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr'
#html_search_language = 'en'
html_search_language = 'en'
# A dictionary with options for the search language support, empty by default.
# Now only 'ja' uses this config value