Skip to content

Commit

Permalink
Change maxdepth of the rst section docs to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
cvaroqui committed Oct 6, 2017
1 parent 3a772de commit 0f54541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pkg/make_man_rst
Expand Up @@ -41,7 +41,7 @@ def write_section(prog, name, data):
buff += title

buff += ".. toctree::\n"
buff += " :maxdepth: 2\n\n"
buff += " :maxdepth: 1\n\n"
for action_name, action_data in data.items():
buff += " %s\n" % action_pname(prog, name, action_name)
write_action(prog, name, action_name, action_data)
Expand Down

0 comments on commit 0f54541

Please sign in to comment.