diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-03-01 05:47:09 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-03-01 05:47:09 +0000 |
| commit | e6779748db5ac8f207b5928ced295fb45d736114 (patch) | |
| tree | 93fd096345f5deaf8d356bf5f5fd6fcecb41e14c /docutils/docutils.conf | |
| parent | 245c26580722a21e3ea27248dca7de710ac9e682 (diff) | |
| download | docutils-e6779748db5ac8f207b5928ced295fb45d736114.tar.gz | |
add configuration, to prune directories that should not have HTML built
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7375 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docutils.conf')
| -rw-r--r-- | docutils/docutils.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docutils/docutils.conf b/docutils/docutils.conf new file mode 100644 index 000000000..d5994e977 --- /dev/null +++ b/docutils/docutils.conf @@ -0,0 +1,16 @@ +# These entries affect all processing:
+[general]
+source-link: yes
+datestamp: %Y-%m-%d %H:%M UTC
+generator: on
+
+# These entries affect HTML output:
+[html4css1 writer]
+stylesheet-path: docutils/writers/html4css1/html4css1.css
+embed-stylesheet: no
+field-name-limit: 20
+
+# Prevent tools/buildhtml.py from processing certain text files.
+[buildhtml application]
+ignore: GPL2.txt
+prune: .svn:.hg:docs/.svn:docutils:test:tools:licenses:build:dist
|
