update documentation settings, enable live-reload
This commit is contained in:
@@ -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