summaryrefslogtreecommitdiffhomepage
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorIsaku Yamahata <yamahata@valinux.co.jp>2013-07-08 15:05:53 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-07-09 12:12:30 +0900
commit9dcdf938b433842b81d2e5539f8660488b56433e (patch)
tree38b0995aec31c65511ab0ed43de255a15fdd7f85 /doc/source/conf.py
parentfa946a94e1fec1a34e721337a973c8f3363717c9 (diff)
man: remove man page of ryu client
ryu-client isn't installed any more as it has been moved to ryu/tests. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 4caf9b0e..b4e59983 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -217,6 +217,4 @@ man_pages = [
[u'ryu development team'], 1),
('man/ryu_manager', 'ryu-manager', u'ryu manager',
[u'ryu development team'], 1),
- ('man/ryu_client', 'ryu-client', u'ryu client utility',
- [u'ryu development team'], 1),
]