From c64713b112a2cbe3435c4df56996880c8a01949a Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Sat, 30 May 2020 19:10:53 +0200 Subject: [PATCH] Temporarily disable some documentation stuff to debug #1391 --- docs/conf.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ea66ccbb31..9fa4200d84 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ def save_locust_help_output(): with open(cli_help_output_file, "w") as f: f.write(help_output) -save_locust_help_output() +# save_locust_help_output() # Generate RST table with help/descriptions for all available environment variables def save_locust_env_variables(): @@ -55,7 +55,7 @@ def save_locust_env_variables(): with open(env_options_output_file, "w") as f: f.write(output) -save_locust_env_variables() +# save_locust_env_variables() # The default replacements for |version| and |release|, also used in various @@ -139,11 +139,11 @@ def save_locust_env_variables(): html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] -# Custom CSS overrides -html_static_path = ["_static"] -html_context = { - "css_files": ["_static/theme-overrides.css"], -} +# # Custom CSS overrides +# html_static_path = ["_static"] +# html_context = { +# "css_files": ["_static/theme-overrides.css"], +# } # HTML theme