Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
feat(docs): added logos to readme and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MemerGamer committed Jan 18, 2024
1 parent c5f1b03 commit 6f20262
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# ManimStudio
<p align="center">
<p align=center>
<img src="./docs/ManimStudio-logo-light.png#gh-dark-mode-only" alt="ManimStudio Logo"/>
<img src="./docs/ManimStudio-logo-dark.png#gh-light-mode-only" alt="ManimStudio Logo"/>
</p>
<h1 align="center">ManimStudio</h1>

</p>
<br/>

ManimStudio is a video editor application for editing Python ManimCE video projects.
Binary file added docs/ManimStudio-logo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/ManimStudio-logo-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@

html_theme = "furo"
html_static_path = ["_static"]
html_theme_options = {
"light_logo": "ManimStudio-logo-light.png",
"dark_logo": "ManimStudio-logo-dark.png",
}
html_favicon = "ManimStudio-logo-light.png"

# autodoc_mock_imports = ["main", "form_ui"]
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}

0 comments on commit 6f20262

Please sign in to comment.