mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add quote to front page.
This commit is contained in:
parent
b1579af47e
commit
22cefe2114
6
doc/_templates/index.html
vendored
6
doc/_templates/index.html
vendored
@ -3,6 +3,12 @@
|
|||||||
{% block body %}
|
{% block body %}
|
||||||
<h1>Welcome</h1>
|
<h1>Welcome</h1>
|
||||||
|
|
||||||
|
<div class="quotebar">
|
||||||
|
<p>What users say:</p>
|
||||||
|
<p>“Cheers for a great tool that actually makes programmers <b>want</b>
|
||||||
|
to write documentation!”</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Sphinx is a tool that makes it easy to create intelligent and beautiful
|
Sphinx is a tool that makes it easy to create intelligent and beautiful
|
||||||
documentation, written by Georg Brandl and licensed under the BSD license.</p>
|
documentation, written by Georg Brandl and licensed under the BSD license.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user