Skip to content

Commit

Permalink
Added us4us logo to static files, widened the html page content.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjarosik committed Sep 14, 2023
1 parent 06192d1 commit 58aab22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.wy-nav-content {
max-width: 75% !important;
}
Binary file added docs/_static/us4us-logo-white.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: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from datetime import datetime

html_theme = 'sphinx_rtd_theme'
html_logo = "https://us4us.eu/wp-content/uploads/2018/10/us4us-logo-white.png"
html_logo = "_static/us4us-logo-white.png"

current_year = datetime.now().year

Expand Down Expand Up @@ -58,6 +58,9 @@
# Set the name of the project to appear in the sidebar
}

html_css_files = [
'custom.css',
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 58aab22

Please sign in to comment.