use theme provided by pallets-sphinx-themes

This commit is contained in:
David Lord 2018-04-12 12:44:09 -07:00
parent b354c37e57
commit 679bf0014f
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
26 changed files with 185 additions and 680 deletions

View file

@ -21,10 +21,7 @@ The Application
First, we need an application to test; we will use the application from
the :ref:`tutorial`. If you don't have that application yet, get the
sources from `the examples`_.
.. _the examples:
https://github.com/pallets/flask/tree/master/examples/flaskr/
sources from :gh:`the examples <examples/flaskr>`.
The Testing Skeleton
--------------------
@ -196,7 +193,7 @@ suite.
.. _MiniTwit Example:
https://github.com/pallets/flask/tree/master/examples/minitwit/
https://github.com/pallets/flask/tree/0.12.3/examples/minitwit/
Other Testing Tricks