File: standalone_rst_html4css1.py

package info (click to toggle)
python-docutils 0.3.7-2sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,872 kB
  • ctags: 2,908
  • sloc: python: 27,538; lisp: 641; makefile: 102
file content (12 lines) | stat: -rw-r--r-- 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Source and destination file names.
test_source = "standalone_rst_html4css1.txt"
test_destination = "standalone_rst_html4css1.html"

# Keyword parameters passed to publish_file.
reader_name = "standalone"
parser_name = "rst"
writer_name = "html4css1"

# Settings
settings_overrides['stylesheet'] = None
settings_overrides['stylesheet_path'] = "../tools/stylesheets/default.css"