Skip to content

Commit

Permalink
Fix bug where quantum and samples were not showing up in the document…
Browse files Browse the repository at this point in the history
…ation (#182)
  • Loading branch information
josh146 authored Jun 23, 2020
1 parent c35828f commit 9f2088f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ breathe==4.12.0
exhale
version_information
sphinx-copybutton
dask[delayed]
6 changes: 4 additions & 2 deletions docs/xanadu_theme/static/xanadu.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ body {
min-height: calc(100% - 50px);
width: 300px;
overflow: hidden;
box-shadow: 0 0px 0px 0 rgba(0,0,0,.05),0 30px 40px 0px rgba(0,0,0,.2) !important;
/*box-shadow: 0 0px 0px 0 rgba(0,0,0,.05),0 30px 40px 0px rgba(0,0,0,.2) !important;*/
border-right: 1px #ddd solid;
background-color: #fff;
z-index: 2000;
}
Expand Down Expand Up @@ -2035,7 +2036,8 @@ footer.page-footer .footer-copyright {

.navbar {
background-color: white;
box-shadow: -1px 14px 30px -20px rgba(0,0,0,0.61);
z-index: 10000;
box-shadow: -1px 14px 30px -20px rgba(0,0,0,0.3);
}

.navbar li.dropdown {
Expand Down

0 comments on commit 9f2088f

Please sign in to comment.