Skip to content

Commit

Permalink
Merge pull request #83 from dnv-opensource/082-add-mlfmu-logo
Browse files Browse the repository at this point in the history
MLFMU logo is added, conf.py and CHANGELOG.md are updated.
  • Loading branch information
MelihAkdag authored Dec 17, 2024
2 parents fa3a707 + ead4892 commit 39a51ba
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e

### Changed

* MLFMU logo is added and conf.py is updated.
* Added checks for Windows vs Linux and fixed compilation for Linux/MacOS, updated README. Tested with Ubuntu 20.04, Ubuntu 22.04 and MacOS 14.4.

## [1.0.1]
Expand Down
1 change: 1 addition & 0 deletions docs/source/_static/mlfmu_logo_v1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/source/_static/my_package.svg

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
html_title = f"mlfmu {release}"
html_theme = "furo"
html_static_path = ["_static"]
# html_logo = "_static/mlfmu.svg"
html_logo = "_static/mlfmu_logo_v1.svg"
autodoc_default_options = {
"member-order": "groupwise",
"undoc-members": True,
Expand Down

0 comments on commit 39a51ba

Please sign in to comment.