##// END OF EJS Templates
build: fix hgrc manpage building with docutils 0.9...
Nikolaj Sjujskij -
r16611:462dd183 stable
parent child Browse files
Show More
@@ -47,7 +47,10 b' by the command whatis or apropos.'
47 import re
47 import re
48
48
49 from docutils import nodes, writers, languages
49 from docutils import nodes, writers, languages
50 import roman
50 try:
51 import roman
52 except ImportError:
53 from docutils.utils import roman
51 import inspect
54 import inspect
52
55
53 FIELD_LIST_INDENT = 7
56 FIELD_LIST_INDENT = 7
General Comments 0
You need to be logged in to leave comments. Login now