Skip to content

Commit

Permalink
Add support for producing pg_autoctl man pages. (#68)
Browse files Browse the repository at this point in the history
Fixes #61.
  • Loading branch information
DimCitus authored and mtuncer committed Sep 20, 2019
1 parent 1290edd commit 7619706
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,11 @@ def __init__(self, **options):
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'pg_auto_failover', 'pg_auto_failover Documentation',
[author], 1)
[author], 1),
('ref/reference', 'pg_autoctl', 'pg_auto_failover agent',
[author], 1),
('ref/configuration', 'pg_autoctl', 'pg_auto_failover Configuration',
[author], 5)
]


Expand Down

0 comments on commit 7619706

Please sign in to comment.