Remove old links in docs
This commit is contained in:
parent
d096ed45bb
commit
74c72f88fd
2 changed files with 3 additions and 16 deletions
15
docs/_themes/basicstrap/customsidebar.html
vendored
15
docs/_themes/basicstrap/customsidebar.html
vendored
|
|
@ -1,18 +1,5 @@
|
||||||
<h4>{{ _('Donate') }}</h4>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Find Twython useful? Consider supporting the author on <a href="https://www.gittip.com/ryanmcgrath/">Gittip</a>:
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<iframe style="border: 0; margin: 0; padding: 0;"
|
|
||||||
src="https://www.gittip.com/ryanmcgrath/widget.html"
|
|
||||||
width="48pt" height="20pt"></iframe>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h4>{{ _('Links') }}</h4>
|
<h4>{{ _('Links') }}</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://crate.io/packages/twython/">Twython on Crate</a></li>
|
|
||||||
<li><a href="https://github.com/ryanmcgrath/twython">Twython on GitHub</a></li>
|
<li><a href="https://github.com/ryanmcgrath/twython">Twython on GitHub</a></li>
|
||||||
<li><a href="https://github.com/ryanmcgrath/twython/issues">Bug Tracker</a></li>
|
<li><a href="https://github.com/ryanmcgrath/twython/issues">Bug Tracker</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -50,9 +50,9 @@ copyright = u'2013, Ryan McGrath'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '3.7.0'
|
version = '3.8.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '3.7.0'
|
release = '3.8.0'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue