Skip to content

Commit

Permalink
added build
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpaton committed Jun 18, 2024
1 parent 49c6be7 commit 604c265
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ licensetools11.0.1_linux64/
/.pytest_cache/
/.cache/
/data/
/_build/
11 changes: 11 additions & 0 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.wy-side-nav-search a img.logo {
height: 200px;
}

.wy-side-nav-search {
background-color: transparent
}

.wy-nav-content {
max-width: 1200px;
}

0 comments on commit 604c265

Please sign in to comment.