diff options
Diffstat (limited to 'test/data/config_1.txt')
| -rw-r--r-- | test/data/config_1.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/test/data/config_1.txt b/test/data/config_1.txt new file mode 100644 index 000000000..f94074a8a --- /dev/null +++ b/test/data/config_1.txt @@ -0,0 +1,25 @@ +# Test config file (new format) + +[general] + +source-link: on +datestamp: %Y-%m-%d %H:%M UTC +generator: true + + +[restructuredtext parser] + +trim-footnote-reference-space: 1 + + +[html4css1 writer] + +stylesheet-path: stylesheets/default.css + + +[pep_html writer] + +template: pep-html-template +stylesheet-path: stylesheets/pep.css +python-home: http://www.python.org +no-random: yes |
