Browse Source

Fix docs manpage generation

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
Tianon Gravi 11 years ago
parent
commit
10fc518fba
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/sources/conf.py

+ 2 - 2
docs/sources/conf.py

@@ -235,8 +235,8 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    ('commandline/cli', 'docker', u'Docker Documentation',
-     [u'Team Docker'], 1)
+    ('reference/commandline/cli', 'docker', u'Docker CLI Documentation',
+     [u'Team Docker'], 1),
 ]
 
 # If true, show URL addresses after external links.