-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: chore documentation pre-release
* change theme : pydata to read-the-docs * add theme overrides vie css * rename readme.rst to getting_started.rst * add missing torch and pennylane pip install to deploy docs action
- Loading branch information
1 parent
3c2e1b0
commit 2bb4dab
Showing
7 changed files
with
163 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/* border in tutorial boxes */ | ||
.sphx-glr-thumbcontainer { | ||
border-color: #E8E3E3 !important; | ||
} | ||
|
||
|
||
/* Blue background of width of the block (instead of width of content) */ | ||
dl.class > dt:first-of-type { | ||
display: block !important; | ||
} | ||
|
||
.xref.py.py-class, | ||
.xref.py.py-data, | ||
.xref.py.py-obj | ||
{ | ||
background-color: #f0f0f0; | ||
} | ||
|
||
/* ReadTheDocs top left panel color */ | ||
|
||
.wy-nav-top { background-color: #f07e44 } | ||
|
||
/* extend page width*/ | ||
.wy-nav-content { | ||
max-width: 1200px; | ||
} | ||
|
||
/* left search nav*/ | ||
.wy-side-nav-search { background-color: transparent } | ||
.wy-side-nav-search input[type="text"] { border-width: 0 } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters