Merge pull request #46 from matrix-org/markjh/gendoc_directory

Set the current directory in gendoc.py to the scripts directory
pull/977/head
Kegsay 9 years ago
commit 7fec98d651

@ -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