mirror of
https://github.com/vale981/sphinx-versions
synced 2025-03-05 09:41:38 -05:00
Fix pdf copy target directory
This commit is contained in:
parent
d8931d203e
commit
d2dbf784d4
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ def _build(argv, config, versions, current_name, is_root):
|
|||
result = make_main(args)
|
||||
# Copy to _static dir of src
|
||||
latexDir = argv[1] + "/latex/";
|
||||
copyfile( latexDir + config.pdf_file, argv[0] + "/_static/" + config.pdf_file)
|
||||
copyfile( latexDir + config.pdf_file, argv[1] + "/_static/" + config.pdf_file)
|
||||
rmtree(latexDir)
|
||||
|
||||
if result != 0:
|
||||
|
|
Loading…
Add table
Reference in a new issue