Explorar o código

Fix docs manpage generation

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
Tianon Gravi %!s(int64=11) %!d(string=hai) anos
pai
achega
10fc518fba
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 # (source start file, name, description, authors, manual section).
 man_pages = [
 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.
 # If true, show URL addresses after external links.