Update scripts/asciidoc2html.py
Co-authored-by: Florian Bruhin <me@the-compiler.org>
This commit is contained in:
parent
acff1f1312
commit
e697956168
|
|
@ -36,7 +36,7 @@ sys.path.insert(0, str(pathlib.Path(__file__).resolve().parents[1]))
|
|||
from scripts import utils
|
||||
|
||||
REPO_ROOT = pathlib.Path(__file__).parent.parent
|
||||
DOC_DIR = pathlib.Path(REPO_ROOT, "qutebrowser/html/doc")
|
||||
DOC_DIR = REPO_ROOT / 'qutebrowser' / 'html' / 'doc'
|
||||
|
||||
|
||||
class AsciiDoc:
|
||||
|
|
|
|||
Loading…
Reference in New Issue