docs/conf.py
changeset 573 5a0a01c4c7c2
parent 557 41688ca951e7
child 766 32936a9f4389
equal deleted inserted replaced
498:53d7e3413337 573:5a0a01c4c7c2
    71 # A shorter title for the navigation bar.  Default is the same as html_title.
    71 # A shorter title for the navigation bar.  Default is the same as html_title.
    72 #html_short_title = None
    72 #html_short_title = None
    73 
    73 
    74 # The name of an image file (within the static path) to place at the top of
    74 # The name of an image file (within the static path) to place at the top of
    75 # the sidebar.
    75 # the sidebar.
    76 #html_logo = None
    76 html_logo = 'logo-evolve.svg'
    77 
    77 
    78 # The name of an image file (within the static path) to use as favicon of the
    78 # The name of an image file (within the static path) to use as favicon of the
    79 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
    79 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
    80 # pixels large.
    80 # pixels large.
    81 #html_favicon = None
    81 html_favicon = 'logo-evolve.ico'
    82 
    82 
    83 # Add any paths that contain custom static files (such as style sheets) here,
    83 # Add any paths that contain custom static files (such as style sheets) here,
    84 # relative to this directory. They are copied after the builtin static files,
    84 # relative to this directory. They are copied after the builtin static files,
    85 # so a file named "default.css" will overwrite the builtin "default.css".
    85 # so a file named "default.css" will overwrite the builtin "default.css".
    86 html_static_path = ['.static']
    86 html_static_path = ['static']
    87 
    87 
    88 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
    88 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
    89 # using the given strftime format.
    89 # using the given strftime format.
    90 html_last_updated_fmt = '%b %d, %Y'
    90 html_last_updated_fmt = '%b %d, %Y'
    91 
    91