update documentation settings, enable live-reload

This commit is contained in:
2025-01-29 09:40:54 +01:00
parent 761ac541da
commit aa4ca0bac7
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
site_name: LibrarySystem site_name: LibrarySystem
repo_url: https://git.theprivateserver.de/WorldTeacher/LibrarySystem
theme: theme:
features: features:
- search.suggest - search.suggest

View File

@@ -9,7 +9,7 @@ def run_mkdocs():
sys.stdout = devnull sys.stdout = devnull
sys.stderr = devnull sys.stderr = devnull
try: try:
os.system("mkdocs serve -q --no-livereload") os.system("mkdocs serve -q")
finally: finally:
sys.stdout = old_stdout sys.stdout = old_stdout
sys.stderr = old_stderr sys.stderr = old_stderr