Skip to content
Snippets Groups Projects
Commit 462dd183bd73 authored by Nikolaj Sjujskij's avatar Nikolaj Sjujskij
Browse files

build: fix hgrc manpage building with docutils 0.9

Since docutils 0.9, `roman` module has been moved from module directory root
(i.e. `site-packages/roman.py`) to `docutils.utils` module. Therefore `import
roman` statement should be wrapped in `try: ... except ImportError: ...` block
to handle importing correctly.
parent d36a384bec87
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment