mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-31 04:58:37 +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 sys
|
||||
|
||||
os.chdir(os.path.dirname(__file__))
|
||||
|
||||
stylesheets = {
|
||||
"stylesheet_path": ["basic.css", "nature.css"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue