summaryrefslogtreecommitdiff
path: root/docs/source/generate_commands.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-07-10 19:56:45 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-07-10 20:16:03 +0100
commit0b7ae80bf88f0f08486417110cf069ec9dae8229 (patch)
tree7f661a1aafbe741b99d3735367a77f5416620ecc /docs/source/generate_commands.py
parentc2d3ad9f539877294a031aae9ae410d0e96bf642 (diff)
doc: remove orphan directives
they indeed supress the annoying warnings during compilation but also show up in the rendered documents
Diffstat (limited to 'docs/source/generate_commands.py')
-rwxr-xr-xdocs/source/generate_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/generate_commands.py b/docs/source/generate_commands.py
index 0846347e..eb241d10 100755
--- a/docs/source/generate_commands.py
+++ b/docs/source/generate_commands.py
@@ -15,7 +15,7 @@ import re as _re
import sys as _sys
import textwrap as _textwrap
-NOTE = ":orphan:\n\n.. CAUTION: THIS FILE IS AUTO-GENERATED!\n\n\n"
+NOTE = ".. CAUTION: THIS FILE IS AUTO-GENERATED!\n\n\n"
class HF(HelpFormatter):
def _metavar_formatter(self, action, default_metavar):