Kiln » TortoiseHg » WinBuild Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.2, 0.8.3, and 0.9

document the latest docutils requirements

Changeset 4a81918ad1c4

Parent a3d3085e6e9a

by Steve Borho

Changes to one file · Browse files at 4a81918ad1c4 Showing diff from parent a3d3085e6e9a Diff from another changeset...

Change 1 of 2 Show Entire File README.txt Stacked
 
71
72
73
 
 
 
 
 
 
 
 
 
 
 
 
 
74
75
76
 
80
81
82
83
84
85
86
 
 
 
 
87
88
89
 
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
 
93
94
95
 
 
 
 
96
97
98
99
100
101
102
@@ -71,6 +71,19 @@
  which is required for building packages with this script.     +=== Mercurial Man Pages === + +On the 1.3 stable branch, asciidoc is used to build HTML man pages. +On the 1.4 unstable branch, rst2html (from docutils) is used to build +HTML man pages. + +rst2html is a recent addition to docutils and has not yet been released +as a packaged tool. If you install docutils from my mirror: + +http://bitbucket.org/sborho/docutils-mirror + +rst2html.py will be installed in your PythonNN\Scripts folder. +  === TortoiseHg Doc Prerequisites ===    To build documentation, you need sphinx and it's ken. These commands @@ -80,10 +93,10 @@
 > cd sphinx  > python setup.py install   -This will install setuptools, docutils 0.5, jinja2, and pygments. Once -this is done, you can use easy_install to install iniparse. The -always-unzip argument is important, because py2exe cannot read into egg -files. +This will install any missing sphinx prereqs setuptools, docutils 0.5, +jinja2, and pygments. Once this is done, you can use easy_install to +install iniparse. The always-unzip argument is important, because +py2exe cannot read into egg files.    > easy_install --always-unzip iniparse