File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77release = '1.0'
88
99extensions = [
10- 'sphinxcontrib.openapi ' ,
11- 'sphinxcontrib.redoc ' ,
10+ 'sphinx_rtd_theme ' ,
11+ 'sphinx_rtd_dark_mode ' ,
1212]
1313
1414templates_path = ['_templates' ]
1515exclude_patterns = []
1616
1717html_theme = 'sphinx_rtd_theme'
18+ html_theme_options = {
19+ 'logo_only' : True ,
20+ 'navigation_with_keys' : True ,
21+ 'style_external_links' : True ,
22+ 'version_selector' : False ,
23+ }
1824html_static_path = ['_static' ]
Original file line number Diff line number Diff line change 77release = '1.0'
88
99extensions = [
10- 'sphinxcontrib.openapi ' ,
11- 'sphinxcontrib.redoc ' ,
10+ 'sphinx_rtd_theme ' ,
11+ 'sphinx_rtd_dark_mode ' ,
1212]
1313
1414templates_path = ['_templates' ]
1515exclude_patterns = []
1616
1717html_theme = 'sphinx_rtd_theme'
18+ html_theme_options = {
19+ 'logo_only' : True ,
20+ 'navigation_with_keys' : True ,
21+ 'style_external_links' : True ,
22+ 'version_selector' : False ,
23+ }
1824html_static_path = ['_static' ]
1925html_extra_path = ['html' ]
Original file line number Diff line number Diff line change 66
77release = '1.0'
88
9- extensions = []
9+ extensions = [
10+ 'sphinx_rtd_theme' ,
11+ 'sphinx_rtd_dark_mode' ,
12+ ]
1013
1114templates_path = ['_templates' ]
1215exclude_patterns = []
1316
1417html_theme = 'sphinx_rtd_theme'
18+ html_theme_options = {
19+ 'logo_only' : True ,
20+ 'navigation_with_keys' : True ,
21+ 'style_external_links' : True ,
22+ 'version_selector' : False ,
23+ }
1524html_static_path = ['_static' ]
Original file line number Diff line number Diff line change 1- Sphinx == 8.1 .3
1+ Sphinx == 8.2 .3
22sphinx-rtd-theme == 3.0.2
3+ sphinx-rtd-dark-mode == 1.3.0
34sphinxcontrib-openapi == 0.8.4
45sphinxcontrib-redoc
56sphinx-autobuild
Original file line number Diff line number Diff line change 77release = '1.0'
88
99extensions = [
10- 'sphinxcontrib.openapi ' ,
11- 'sphinxcontrib.redoc ' ,
10+ 'sphinx_rtd_theme ' ,
11+ 'sphinx_rtd_dark_mode ' ,
1212]
1313
1414templates_path = ['_templates' ]
1515exclude_patterns = []
1616
1717html_theme = 'sphinx_rtd_theme'
18+ html_theme_options = {
19+ 'logo_only' : True ,
20+ 'navigation_with_keys' : True ,
21+ 'style_external_links' : True ,
22+ 'version_selector' : False ,
23+ }
1824html_static_path = ['_static' ]
You can’t perform that action at this time.
0 commit comments