Use new logo in C++ docs

This commit is contained in:
Tobias Hunger 2022-02-03 14:27:15 +01:00
parent 3fdab32d87
commit c2d4924294
No known key found for this signature in database
GPG key ID: 60874021D2F23F91
5 changed files with 6 additions and 8 deletions

View file

@ -3,6 +3,10 @@ Upstream-Name: slint
Upstream-Contact: Slint Developers <info@slint-ui.com> Upstream-Contact: Slint Developers <info@slint-ui.com>
Source: https/sixtyfps.io/ Source: https/sixtyfps.io/
Files: */slint-logo-*.svg
Copyright: Copyright © SixtyFPS GmbH <info@sixtyfps.io>
License: CC-BY-ND-4.0
Files: .clang-format .gitattributes .gitignore */.gitignore .pre-commit-config.yaml .vscode/* cspell.json rustfmt.toml Files: .clang-format .gitattributes .gitignore */.gitignore .pre-commit-config.yaml .vscode/* cspell.json rustfmt.toml
Copyright: Copyright © SixtyFPS GmbH <info@sixtyfps.io> Copyright: Copyright © SixtyFPS GmbH <info@sixtyfps.io>
License: (GPL-3.0-only OR LicenseRef-SixtyFPS-commercial) License: (GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)

View file

@ -17,4 +17,4 @@ myst_parser = "*"
sphinx-markdown-tables = "*" sphinx-markdown-tables = "*"
[requires] [requires]
python_version = "3.8" python_version = "3"

View file

@ -103,7 +103,7 @@ html_static_path = ["_static"]
html_show_sourcelink = False html_show_sourcelink = False
html_logo = "logo.drawio.svg" html_logo = "../../logo/slint-logo-small-light.svg" # relative to target/cppdocs!
myst_enable_extensions = [ myst_enable_extensions = [
"html_image", "html_image",

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 10 KiB

View file

@ -1,3 +0,0 @@
Copyright © SixtyFPS GmbH <info@sixtyfps.io>
SPDX-License-Identifier: CC-BY-ND-4.0