Set the current working directory in gendoc.py to the script directory as that is where it expects to be run

markjh/gendoc_directory
Mark Haines 9 years ago
parent 916046670c
commit c3eab1cc3c

@ -8,6 +8,8 @@ import shutil
import subprocess
import sys
os.chdir(os.path.dirname(__file__))
stylesheets = {
"stylesheet_path": ["basic.css", "nature.css"]
}

Loading…
Cancel
Save