mirror of
https://github.com/vale981/sphinx-versions
synced 2025-03-05 09:41:38 -05:00
Remove call to unicode function (not working on Pyhton 3)
This commit is contained in:
parent
a7d670e435
commit
72942a07fd
1 changed files with 0 additions and 1 deletions
|
@ -217,7 +217,6 @@ def _build(argv, config, versions, current_name, is_root):
|
||||||
args = list(argv)
|
args = list(argv)
|
||||||
args.insert(0,"latexpdf") # Builder type
|
args.insert(0,"latexpdf") # Builder type
|
||||||
args.insert(0,"ignore") # Will be ignored
|
args.insert(0,"ignore") # Will be ignored
|
||||||
args = map(unicode, args)
|
|
||||||
result = make_main(args)
|
result = make_main(args)
|
||||||
# Copy to _static dir of src
|
# Copy to _static dir of src
|
||||||
latexDir = argv[1] + unicode("/latex/");
|
latexDir = argv[1] + unicode("/latex/");
|
||||||
|
|
Loading…
Add table
Reference in a new issue