Skip to content

Commit

Permalink
Merge branch 'docs-v2' of https://github.com/pasqal-io/Pulser into ac…
Browse files Browse the repository at this point in the history
…/docs_hw
  • Loading branch information
a-corni committed Feb 3, 2025
2 parents e2802c0 + f0c8bb0 commit 51b8678
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/source/_static/assets/pulser_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
/* Limit content width, for large screens only */
@media screen and (min-width: 1100px) {
.wy-nav-content {
width: 80% !important;
max-width: 1600px !important;
}
}

/* Apply Pasqal branding colors */
.wy-nav-content-wrap {
background-color: #fcfcfc;
}

.wy-nav-top,
.wy-nav-side {
background-color: #243237;
}

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

.wy-side-nav-search a.icon {
font-size: 0px;
margin-bottom: 1rem;
}

.wy-side-nav-search a.icon img.logo {
max-width: 200px;
}

.wy-menu-vertical header,
.wy-menu-vertical p.caption {
color: #00ac85;
}

.wy-menu-vertical a {
color: white;
}

.wy-menu-vertical a:hover {
background: #173035;
}

a {
color: #00ac85;
}

a:hover {
color: #00c887;
}
5 changes: 0 additions & 5 deletions docs/source/_static/css/max_width.css

This file was deleted.

6 changes: 2 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,5 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]

html_css_files = [
"css/max_width.css",
]
html_logo = "_static/assets/pulser_logo.svg"
html_css_files = ["css/custom.css"]

0 comments on commit 51b8678

Please sign in to comment.