Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug where quantum and samples were not showing up in the documentation #182

Merged
merged 1 commit into from
Jun 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
Comment on lines +51 to +52
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(These stylistic changes are just to bring the theme in-line with the latest SF and PL documentation theme)

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