-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch the docs Sphinx theme from alabaster to RTD
- Loading branch information
Showing
11 changed files
with
114 additions
and
100 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* Duplicated in oauth-dropins and bridgy! */ | ||
.icon-home { | ||
font-size: larger !important; | ||
} | ||
|
||
.wy-nav-side, .wy-side-nav-search > div.version { | ||
color:#fcfcfc; | ||
} | ||
|
||
.rst-content code, .rst-content tt, code { | ||
border: none; | ||
padding: 0; | ||
} | ||
|
||
/* The first link in the reference doc TOC is the page title/header. Hide that. */ | ||
#contents #id1 { | ||
display: none; | ||
} | ||
|
||
/* The first link in the sidebar TOC is the page title/header. Hide that. */ | ||
.local-toc ul:nth-child(3) li:first-child { | ||
display: none; | ||
} |
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 @@ | ||
<hr/> |
This file was deleted.
Oops, something went wrong.
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,34 @@ | ||
{% extends "!layout.html" %} | ||
|
||
{%- block navigation %} | ||
|
||
|
||
<div style="width: 300px; text-align: center; font-size: larger"> | ||
|
||
<p>The social web translator</p> | ||
|
||
<!--- | ||
<p> | ||
<a href="https://circleci.com/gh/snarfed/granary"> | ||
<img alt="Tests on Circle CI" src="https://circleci.com/gh/snarfed/granary.svg?style=svg" /> | ||
</a> | ||
<a href="https://coveralls.io/github/snarfed/granary?branch=master"> | ||
<img alt="Coverage on Coveralls" src="https://coveralls.io/repos/github/snarfed/granary/badge.svg?branch=master" /> | ||
</a> | ||
</p> | ||
--> | ||
</div> | ||
|
||
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="{{ _('Navigation menu') }}"> | ||
<div class="local-toc"> | ||
<ul> | ||
<li><a href="{{ pathto('index') }}">Getting started</a></li> | ||
<li><a href="{{ pathto('source/granary') }}">Reference documentation</a></li> | ||
</ul> | ||
<hr style="margin: 1em"> | ||
{{ toc }} | ||
</div> | ||
</div> | ||
|
||
|
||
{%- endblock %} |
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
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
sphinx~=4.4 | ||
sphinx-rtd-theme>=1.0.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
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