Skip to content

Commit

Permalink
0.15 release (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
josh146 authored Apr 20, 2021
1 parent d82f10c commit 739da76
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 15 deletions.
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
docutils==0.16
sphinxcontrib-bibtex
pygments-github-lexers
pennylane
Expand Down
5 changes: 4 additions & 1 deletion doc/xanadu_theme/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@
</li>
<li class="nav-item active">
<a class="nav-link" href="https://pennylane.ai/plugins.html">Plugins</a>
<span class="sr-only">(current)</span>
</li>
<li class="nav-item">
<a class="nav-link" href="https://pennylane.readthedocs.io">Documentation</a>
<span class="sr-only">(current)</span>
</li>
<li class="nav-item">
<a class="nav-link" href="https://pennylane.ai/blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://qhack.ai"><img src="https://pennylane.ai/img/qhack_plain_black.png"></a>
Expand Down
1 change: 1 addition & 0 deletions doc/xanadu_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{# Do this so that bootstrap is included before the main css file #}
{%- block htmltitle %}
<link href="https://fonts.googleapis.com/css?family=Noto+Serif" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">

<!-- Font Awesome -->
Expand Down
15 changes: 3 additions & 12 deletions doc/xanadu_theme/static/xanadu.css_t
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
/* Sphinx themes
-------------------------------------------------- */
@font-face {
font-family: 'Product Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}



body {
/*background-color: #edf0f2;*/
margin: 0;
Expand Down Expand Up @@ -92,7 +83,7 @@ h1, h2, h3, h4, h5, h6 {
color: black;
font-weight: normal;
padding: 0;
font-family: 'Product Sans', 'Roboto', sans-serif!important;
font-family: 'Noto Sans', 'Roboto', sans-serif!important;
}

h1, h2, h3 {
Expand Down Expand Up @@ -371,7 +362,7 @@ div.sphinxsidebar p {
margin: 20px 0px 10px 21px;
font-weight: normal;
padding: 0;
font-family: 'Product Sans', 'Roboto', sans-serif!important;
font-family: 'Noto Sans', 'Roboto', sans-serif!important;
font-size: 24px;
color: #515151;
/*text-align: center;*/
Expand Down Expand Up @@ -2012,7 +2003,7 @@ footer.page-footer .footer-copyright {
margin-left: 20px;
font-size: initial;
color: black;
font-family: 'Product Sans', 'Roboto', sans-serif !important;
font-family: 'Noto Sans', 'Roboto', sans-serif !important;
margin-bottom: -9px;
border-bottom: 3px solid;
border-bottom-color: white;
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git+https://github.com/PennyLaneAI/pennylane.git
pennylane>=0.15
Qulacs>=0.1.10.1
numpy~=1.16
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


requirements = [
"pennylane @ git+https://github.com/PennyLaneAI/pennylane.git@master",
"pennylane>=0.15",
"numpy",
"scipy",
]
Expand Down

0 comments on commit 739da76

Please sign in to comment.