Skip to content

Commit

Permalink
docs: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
helmut-hoffer-von-ankershoffen committed Jan 2, 2025
1 parent 807491a commit ddcd909
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 4 deletions.
Binary file added brave.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"sphinx_copybutton",
"sphinx.ext.coverage",
"sphinx_mdinclude",
"sphinxext.opengraph",
"sphinx_inline_tabs",
]

templates_path = ["_templates"]
Expand All @@ -35,3 +37,14 @@

html_theme = "furo"
html_static_path = ["_static"]
html_logo = "../../brave.png"
html_theme_options = {
"announcement": (
"Get Starbridge on "
'<a target="_blank" href="https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client">GitHub</a> - '
'<a target="_blank" href="https://pypi.org/project/brave-search-python-client/">PyPI</a> - '
'<a target="_blank" href="https://hub.docker.com/r/helmuthva/brave-search-python-client/tags">Docker</a> - '
'<a target="_blank" href="https://sonarcloud.io/summary/new_code?id=helmut-hoffer-von-ankershoffen_brave-search-python-client">SonarQube</a> - '
'<a target="_blank" href="https://app.codecov.io/gh/helmut-hoffer-von-ankershoffen/brave-search-python-client">Codecov</a>'
)
}
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Welcome to brave-search-python-client's documentation!

readme
contributing
changelog
reference_index
changelog


Indices and tables
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ dev = [
"sphinx-autobuild>=2024.10.3",
"sphinx-mdinclude>=0.6.2",
"furo>=2024.8.6",
"sphinx-inline-tabs>=2023.4.21",
"sphinxext-opengraph>=0.9.1",
]

[tool.ruff]
Expand Down
34 changes: 31 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ddcd909

Please sign in to comment.