comparison docs/conf.py @ 287:994172263c6e

Use the "haiku" theme now
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 18 Sep 2022 10:33:50 +0200
parents 258a1dfd52eb
children f2b4edf5f6a3
comparison
equal deleted inserted replaced
286:258a1dfd52eb 287:994172263c6e
45 # -- Options for HTML output ------------------------------------------------- 45 # -- Options for HTML output -------------------------------------------------
46 46
47 # The theme to use for HTML and HTML Help pages. See the documentation for 47 # The theme to use for HTML and HTML Help pages. See the documentation for
48 # a list of builtin themes. 48 # a list of builtin themes.
49 # 49 #
50 html_theme = 'agogo' 50 html_theme = 'haiku'
51 51
52 # Add any paths that contain custom static files (such as style sheets) here, 52 # Add any paths that contain custom static files (such as style sheets) here,
53 # relative to this directory. They are copied after the builtin static files, 53 # relative to this directory. They are copied after the builtin static files,
54 # so a file named "default.css" will overwrite the builtin "default.css". 54 # so a file named "default.css" will overwrite the builtin "default.css".
55 html_static_path = ['_static'] 55 html_static_path = ['_static']
56
57 html_show_sourcelink = False
58
59 # For the Haiku title
60 html_short_title = "%s %s" % (project, release)
56 61
57 62
58 # -- Options for manual page output ------------------------------------------ 63 # -- Options for manual page output ------------------------------------------
59 64
60 # One entry per manual page. List of tuples 65 # One entry per manual page. List of tuples