File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 "sphinx_copybutton" ,
2525 "sphinx.ext.coverage" ,
2626 "sphinx_mdinclude" ,
27+ "sphinxext.opengraph" ,
28+ "sphinx_inline_tabs" ,
2729]
2830
2931templates_path = ["_templates" ]
3537
3638html_theme = "furo"
3739html_static_path = ["_static" ]
40+ html_logo = "../../brave.png"
41+ html_theme_options = {
42+ "announcement" : (
43+ "Get Starbridge on "
44+ '<a target="_blank" href="https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client">GitHub</a> - '
45+ '<a target="_blank" href="https://pypi.org/project/brave-search-python-client/">PyPI</a> - '
46+ '<a target="_blank" href="https://hub.docker.com/r/helmuthva/brave-search-python-client/tags">Docker</a> - '
47+ '<a target="_blank" href="https://sonarcloud.io/summary/new_code?id=helmut-hoffer-von-ankershoffen_brave-search-python-client">SonarQube</a> - '
48+ '<a target="_blank" href="https://app.codecov.io/gh/helmut-hoffer-von-ankershoffen/brave-search-python-client">Codecov</a>'
49+ )
50+ }
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Welcome to brave-search-python-client's documentation!
1212
1313 readme
1414 contributing
15- changelog
1615 reference_index
16+ changelog
1717
1818
1919Indices and tables
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ dev = [
100100 " sphinx-autobuild>=2024.10.3" ,
101101 " sphinx-mdinclude>=0.6.2" ,
102102 " furo>=2024.8.6" ,
103+ " sphinx-inline-tabs>=2023.4.21" ,
104+ " sphinxext-opengraph>=0.9.1" ,
103105]
104106
105107[tool .ruff ]
You can’t perform that action at this time.
0 commit comments