From c522f0467660e6726592385ec22270ac209c5fa1 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Fri, 9 Oct 2020 12:47:30 -0600 Subject: [PATCH] disable dev mode --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index d21d715..4e18304 100644 --- a/source/conf.py +++ b/source/conf.py @@ -67,7 +67,7 @@ html_theme = 'sphinx_book_theme' html_static_path = ['_static'] html_theme_options = { - "theme_dev_mode": True, + # "theme_dev_mode": True, "path_to_docs": "source", "repository_url": "https://github.com/Start9Labs/documentation", "use_edit_page_button": True,