mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-28 00:43:42 +01:00
Merge pull request #46 from matrix-org/markjh/gendoc_directory
Set the current directory in gendoc.py to the scripts directory
This commit is contained in:
commit
7fec98d651
|
|
@ -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