Skip to content

Commit

Permalink
Add dark logo
Browse files Browse the repository at this point in the history
  • Loading branch information
adriesse committed Feb 2, 2025
1 parent 03437db commit 15f8a49
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@
# https://pydata-sphinx-theme.rtfd.io/en/latest/user_guide/configuring.html

html_theme_options = {
"logo": {
"text": "PV Performance Labs",
"image_dark": "static/pvplabs_logo-dark.svg",
},
"github_url": "https://github.com/pvplabs/pvpltools",
"icon_links": [
{
Expand Down
Binary file modified docs/static/pvplabs_logo.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/static/pvplabs_logo_eta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions docs/whatsnews/0.1.0.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
v0.1.0 (very soon!)
v0.1.0 (2025-02-02)
-------------------

* First official release of the project on PyPI.
* Documentation published on readthedocs.org.
* First release of pvpltools on PyPI.

* Same functionality as adriesse/pvpltools-python
* Tested on Python 3.8-?

* Documentation published on readthedocs.org.

0 comments on commit 15f8a49

Please sign in to comment.