Skip to content
lyhcode edited this page Dec 7, 2011 · 6 revisions

path to sphinx

#macosx
/Library/Python/2.6/site-packages/Sphinx-1.1.2-py2.6.egg/sphinx
#ubuntu
/usr/local/lib/python2.6/dist-packages/Sphinx-1.1.2-py2.6.egg

Requirements

Fonts

AdobeArabic-BoldItalic.otf    AdobeGothicStd-Bold.otf     AdobeKaitiStd-Regular.otf
AdobeArabic-Bold.otf          AdobeHebrew-BoldItalic.otf  AdobeMingStd-Light.otf
AdobeArabic-Italic.otf        AdobeHebrew-Bold.otf        AdobeMyungjoStd-Medium.otf
AdobeArabic-Regular.otf       AdobeHebrew-Italic.otf      AdobeSongStd-Light.otf
AdobeFangsongStd-Regular.otf  AdobeHebrew-Regular.otf
AdobeFanHeitiStd-Bold.otf     AdobeHeitiStd-Regular.otf
AppleCasual.dfont   Apple LiGothic Medium.ttf  AppleMyungjo.ttf
Apple Chancery.ttf  Apple LiSung Light.ttf

Patch

Remove "," in header

path

texinputs/sphinx.sty

remove ","

\fancyhead[LE,RO]{{\py@HeaderFamily \@title, \py@release}}

after

\fancyhead[LE,RO]{{\py@HeaderFamily \@title \py@release}}
Clone this wiki locally