use theme provided by pallets-sphinx-themes

This commit is contained in:
David Lord 2018-04-12 12:44:09 -07:00
parent e5b5a30da3
commit db01b7350c
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