Options for generating the Sphinx .rst files from a Word document

The following options are effective whenever you generate the Sphinx .rst files (Alt+s)

Option

Definition

CodeStyle=style

Define the style for the CodeStyle processing
Default: Code

WholeSite=yes|no

Controls whether to delete old generated files before generating new ones ?
Default: yes (assumes a complete site in the one file)
Use ‘no’ if multiple Word Documents make up a single site, but you will need to manually delete .rst files that are no longer needed.

Index=style[,style…]

Define styles that are to be automatically indexed
Default: Heading 1, Heading 2, Heading 3, Heading 4

NoteStyle=style

Define the style for the NoteStyle processing
Default: Note

Section=style[,style…]

Define styles that are considered section headers
Default: Title, Heading 1, Heading 2, Heading 3, Heading 4, Heading 5

SidebarWidth=width

Define the width of the sidebar (units can be anything accepted by css)
Default: 20em (width for 20 ‘m’ characters)

SidebarBackground=color

Define the color of the sidebar background
Default: (If using the default theme) #1c4e63
Default: (otherwise) inherit

Title=style

Define the style for Title processing.
Default: Title

TocDepth=n

The nesting depth used in the tables of contents
Default: 2
If you use multiple tables of contents, you can use TocDepth before each table to have a different depth for each one.

ShowTOC=yes|no

Set the Sphinx ‘hidden’ flag on a toctree (to hide the toc)
Default: yes

TOCTree=style[,style…]

Define styles that create toctrees
Default: Heading 1, Heading 2