diff options
| author | Jeff Klukas <devnull@localhost> | 2012-06-01 09:19:14 -0500 |
|---|---|---|
| committer | Jeff Klukas <devnull@localhost> | 2012-06-01 09:19:14 -0500 |
| commit | 04032849cefc8cdd9ea5dfb3d09cbd2be4c71a34 (patch) | |
| tree | 052030a3241f435149a06eb7b25f863b3a0e88ec /sphinx | |
| parent | 47ca8e9f61ac907cf1c14c1247604e3681b63815 (diff) | |
| download | sphinx-04032849cefc8cdd9ea5dfb3d09cbd2be4c71a34.tar.gz | |
Fixed bug that caused sphinxmanual.cls to reset the pagestyle at the ToC
Diffstat (limited to 'sphinx')
| -rw-r--r-- | sphinx/texinputs/sphinxmanual.cls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/texinputs/sphinxmanual.cls b/sphinx/texinputs/sphinxmanual.cls index 57fad1a9..efb50381 100644 --- a/sphinx/texinputs/sphinxmanual.cls +++ b/sphinx/texinputs/sphinxmanual.cls @@ -99,7 +99,7 @@ \renewcommand{\tableofcontents}{% \setcounter{page}{1}% \pagebreak% - \pagestyle{plain}% + \thispagestyle{plain}% {% \parskip = 0mm% \py@OldTableofcontents% |
