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

This commit is contained in:
Mark Haines 2015-09-15 11:41:40 +01:00
parent 916046670c
commit c3eab1cc3c

View file

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