Skip to content

Commit

Permalink
update logo and theme options for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed May 21, 2024
1 parent 9c41c42 commit f0362a3
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<img alt="Hephaestus Logo" height="200px" src="./docs/images/agile_hephaestus.png">
<div align="center">
<img alt="Hephaestus Logo" height="100px" src="./docs/images/hammer.svg">
</div>

# Hephaestus
Hephaestus - A Generative AI Mentor for Agile Software Development

<img alt="Agile Hephaestus" height="200px" src="./docs/images/agile_hephaestus.png">

## Documentation
The documentation can be found [here](https://ls1intum.github.io/Hephaestus/).
4 changes: 4 additions & 0 deletions docs/_static/css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/* This import resolves when built */
@import url("theme.css");

.wy-side-nav-search {
background-color: #e7d4fa;
}

.wy-body-for-nav .wy-nav-content {
max-width: none; /* use full width */
}
Expand Down
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
"github_version": "develop",
"conf_py_path": "/docs/",
}
html_logo = "images/logo.svg"
html_theme_options = {
'logo_only': True,
'display_version': False,
}
html_style = 'css/style.css'

html_static_path = ['_static']
66 changes: 66 additions & 0 deletions docs/images/hammer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f0362a3

Please sign in to comment.