diff options
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index d0d9fa6b..afa836c3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -215,6 +215,9 @@ latex_documents = [ man_pages = [ ('index', 'ryu', u'ryu Documentation', [u'ryu development team'], 1), + ('man/neutron_ofswitch_agent', 'neutron-ofswitch-agent', + u'neutron ofswitch agent', + [u'ryu development team'], 1), ('man/rpc_cli', 'rpc-cli', u'a simple msgpack-rpc client', [u'ryu development team'], 1), ('man/ryu_manager', 'ryu-manager', u'ryu manager', |