[docs] Omit bash prompt (#28028)

Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>

Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
This commit is contained in:
shrekris-anyscale 2022-08-29 14:10:02 -07:00 committed by GitHub
parent acc4903db1
commit a15442a510
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,6 +80,10 @@ external_toc_path = "_toc.yml"
html_extra_path = ["robots.txt"]
# Omit prompt when using copy button
copybutton_prompt_text = r"\$ "
copybutton_prompt_is_regexp = True
# There's a flaky autodoc import for "TensorFlowVariables" that fails depending on the doc structure / order
# of imports.