comparison docs/conf.py @ 286:258a1dfd52eb

Separate manual page documentation and "normal" HTML documentation. No "orphaned" source files should be there now. Also the HTML theme for the is changed from "alabaster" to "agogo".
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 18 Sep 2022 10:25:55 +0200
parents 106cd5d9da7e
children 994172263c6e
comparison
equal deleted inserted replaced
285:517724af7c68 286:258a1dfd52eb
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 = 'alabaster' 50 html_theme = 'agogo'
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']
58 # -- Options for manual page output ------------------------------------------ 58 # -- Options for manual page output ------------------------------------------
59 59
60 # One entry per manual page. List of tuples 60 # One entry per manual page. List of tuples
61 # (source start file, name, description, authors, manual section). 61 # (source start file, name, description, authors, manual section).
62 man_pages = [ 62 man_pages = [
63 ("index", "local-bsdtools", 'FreeBSD specific administration helper tools', [author], 8), 63 ("man/local-bsdtools", "local-bsdtools", 'FreeBSD specific administration helper tools', [author], 8),
64 ("man/fzfs", "fzfs", "A ZFS management helper tool", [author], 8), 64 ("man/fzfs", "fzfs", "A ZFS management helper tool", [author], 8),
65 ("man/fzfs-mount", "fzfs-mount", "Mount ZFS datasets recursively", [author], 8), 65 ("man/fzfs-mount", "fzfs-mount", "Mount ZFS datasets recursively", [author], 8),
66 ("man/fzfs-umount", "fzfs-umount", "Unmount ZFS datasets recursively", [author], 8), 66 ("man/fzfs-umount", "fzfs-umount", "Unmount ZFS datasets recursively", [author], 8),
67 ] 67 ]
68 68