Change-Id: I14471e98a876982b4fcfdfab35c3150ab0b18bde
"sphinx.ext.intersphinx",
"changelog",
"sphinx_paramlinks",
+ "sphinx_copybutton",
]
+copybutton_prompt_text = (
+ r">>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
+)
+copybutton_prompt_is_regexp = True
+
+
# tags to sort on inside of sections
changelog_sections = [
"changed",
# because there's a dependency in pyfiles.py
Mako
importlib-metadata;python_version<"3.8"
-importlib-resources;python_version<"3.9"
\ No newline at end of file
+importlib-resources;python_version<"3.9"
+sphinx_copybutton