File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 27
27
'code_include.extension' ,
28
28
'myst_parser' ,
29
29
'sphinxcontrib.autodoc_pydantic' ,
30
- 'sphinx_tabs.tabs'
30
+ 'sphinx_tabs.tabs' ,
31
+ 'sphinx_copybutton' ,
31
32
]
32
33
33
34
templates_path = ['_templates' ]
50
51
51
52
html_theme = 'furo'
52
53
html_static_path = ['_static' ]
54
+
55
+ # sphinx-copybutton configuration
56
+ copybutton_prompt_text = r">>> |\.\.\. |\$ "
57
+ copybutton_prompt_is_regexp = True
58
+ copybutton_here_doc_delimiter = "EOF"
Original file line number Diff line number Diff line change @@ -86,7 +86,8 @@ docs = [
86
86
" myst-parser>=3.0.1" ,
87
87
" func-adl-servicex-xaodr22" ,
88
88
" autodoc-pydantic==2.2.0" ,
89
- " sphinx-tabs>=3.4.5"
89
+ " sphinx-tabs>=3.4.5" ,
90
+ " sphinx-copybutton>=0.5.2" ,
90
91
]
91
92
develop = [
92
93
" servicex[test,docs]" ,
You can’t perform that action at this time.
0 commit comments