Move ribbon to template
This commit is contained in:
parent
0bb718bd37
commit
7bfc6ba64f
3 changed files with 4 additions and 6 deletions
|
|
@ -163,9 +163,7 @@
|
|||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
<a href="{{ github_repo }}">
|
||||
<img style="z-index:1200;position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
|
||||
</a>
|
||||
{% include "ribbon.html" %}
|
||||
</div>
|
||||
<div role="main" class="container">
|
||||
|
||||
|
|
|
|||
3
docs/source/_themes/Alchemy/ribbon.html
Normal file
3
docs/source/_themes/Alchemy/ribbon.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<a href="https://github.com/alchemy-fr/PHP-FFmpeg">
|
||||
<img style="z-index:1200;position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
|
||||
</a>
|
||||
|
|
@ -1,9 +1,6 @@
|
|||
# project name
|
||||
project = u'PHP-FFMpeg'
|
||||
|
||||
#github repository URL
|
||||
github_repo = 'https://github.com/alchemy-fr/PHP-FFmpeg'
|
||||
|
||||
# Tex info conf
|
||||
texinfo_documents = [
|
||||
('index', 'PHP-FFMpeg', u'PHP-FFMpeg Documentation',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue