update documentation settings, enable live-reload
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
site_name: LibrarySystem
|
||||
repo_url: https://git.theprivateserver.de/WorldTeacher/LibrarySystem
|
||||
theme:
|
||||
features:
|
||||
- search.suggest
|
||||
|
||||
@@ -9,7 +9,7 @@ def run_mkdocs():
|
||||
sys.stdout = devnull
|
||||
sys.stderr = devnull
|
||||
try:
|
||||
os.system("mkdocs serve -q --no-livereload")
|
||||
os.system("mkdocs serve -q")
|
||||
finally:
|
||||
sys.stdout = old_stdout
|
||||
sys.stderr = old_stderr
|
||||
|
||||
Reference in New Issue
Block a user