Skip to content

Commit

Permalink
minor doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Nov 7, 2023
1 parent 6c9d6d0 commit 6aa17ec
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/_static/compas.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.bd-main {
/* .bd-main {
flex-basis: 80%;
}
} */

.bd-article-container h1 {
color: #0092d2;
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
Binary file removed docs/_static/images/compas_icon_white_48.png
Binary file not shown.
Binary file removed docs/_static/images/compas_icon_white_96.png
Binary file not shown.
14 changes: 10 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,17 @@ def visit_reference(self, node):
# -- Options for HTML output ----------------------------------------------

html_theme = "sphinx_book_theme"
html_logo = "_static/images/compas_icon.png" # relative to parent of conf.py
html_logo = "_static/compas_icon.png"
html_title = "COMPAS OCC"
html_favicon = "_static/images/compas.ico"

html_theme_options = {}
html_favicon = "_static/compas.ico"

html_theme_options = {
"logo": {
"text": "COMPAS OCC",
"image_light": "_static/compas_icon.png",
"image_dark": "_static/compas_icon_white.png",
}
}

html_sidebars = {}

Expand Down

0 comments on commit 6aa17ec

Please sign in to comment.