Skip to content

Commit

Permalink
Fix docs website display on mobile devices, resolve docs build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelos28 committed Oct 24, 2024
1 parent 803b641 commit 602c434
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.bd-page-width {
max-width: 100rem; /* default is 88rem */
}
}

@media screen and (max-width: 541px) {
.title.logo__title {
display: none;
}
}
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
release = "0.4.0"

extensions = [
"sphinx.ext.autosectionlabel",
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinx_design",
Expand Down

0 comments on commit 602c434

Please sign in to comment.