1 | | Can you try with a fresh Sage build? I've never had problems using this, and I know others have used sws2rst successfully in the (recent) past, not just the other author on this ticket. Though it's true that the file has |
2 | | {{{ |
3 | | #!/usr/bin/env python |
4 | | # EASY-INSTALL-ENTRY-SCRIPT: 'Sphinx==1.1.2','console_scripts','sphinx-build' |
5 | | __requires__ = 'Sphinx==1.1.2' |
6 | | import sys |
7 | | from pkg_resources import load_entry_point |
8 | | import sage.all |
9 | | sys.exit( |
10 | | load_entry_point('Sphinx==1.1.2', 'console_scripts', 'sphinx-build')() |
11 | | ) |
12 | | }}} |
| 1 | |