Skip to content

Commit

Permalink
Temporarily disable some documentation stuff to debug #1391
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed May 30, 2020
1 parent 72eb5b0 commit c64713b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c64713b

Please sign in to comment.