diff 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
line wrap: on
line diff
--- a/docs/conf.py	Sun Sep 18 09:52:20 2022 +0200
+++ b/docs/conf.py	Sun Sep 18 10:25:55 2022 +0200
@@ -47,7 +47,7 @@
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
 #
-html_theme = 'alabaster'
+html_theme = 'agogo'
 
 # 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,
@@ -60,7 +60,7 @@
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    ("index", "local-bsdtools", 'FreeBSD specific administration helper tools', [author], 8),
+    ("man/local-bsdtools", "local-bsdtools", 'FreeBSD specific administration helper tools', [author], 8),
     ("man/fzfs", "fzfs", "A ZFS management helper tool", [author], 8),
     ("man/fzfs-mount", "fzfs-mount", "Mount ZFS datasets recursively", [author], 8),
     ("man/fzfs-umount", "fzfs-umount", "Unmount ZFS datasets recursively", [author], 8),