mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
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:
parent
916046670c
commit
c3eab1cc3c
|
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue