From caf42ad3941198a211b728b45d6d2ee31bbf6fbd Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Wed, 23 Sep 2015 09:26:53 +0200 Subject: [PATCH] Enable specs manpages --- conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf.py b/conf.py index 76fa83662..3621b0259 100644 --- a/conf.py +++ b/conf.py @@ -279,6 +279,12 @@ man_pages = [ ('users/faq', 'syncthing-faq', 'Frequently Asked Questions', ['The Syncthing Authors'], 7), + ('specs/bep-v1', 'syncthing-bep', + 'Block Exchange Protocol v1', + ['The Syncthing Authors'], 7), + ('specs/localdisco-v3', 'syncthing-localdisco', + 'Local Discovery Protocol v3', + ['The Syncthing Authors'], 7), ] # If true, show URL addresses after external links.