diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2017-05-08 22:18:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-08 22:18:50 +0200 |
| commit | 4410aaa5041d2fd438b8138d5c5242d8f5e23d85 (patch) | |
| tree | a7c027ca35b93af6bf15d972eddab48bcf10c056 /README.rst | |
| parent | 50d26891790b14de62eaa36b65f3d896d4be62ff (diff) | |
| download | ihatemoney-mirror-4410aaa5041d2fd438b8138d5c5242d8f5e23d85.zip ihatemoney-mirror-4410aaa5041d2fd438b8138d5c5242d8f5e23d85.tar.gz ihatemoney-mirror-4410aaa5041d2fd438b8138d5c5242d8f5e23d85.tar.bz2 | |
Fix sphinx integration (#208)
* Fix rst link formatting in the README
* Use Sphinx 1.5.5 since 1.6b2 is selected otherwise and breaks.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,9 +16,9 @@ LICENSE for more details). Make it run! ============ -With a `Python 3 <https://www.python.org/>` environment, -`pip <https://pypi.python.org/pypi/pip/>` and -`virtualenv <https://pypi.python.org/pypi/virtualenv>` installed, +With a `Python 3 <https://www.python.org/>`_ environment, +`pip <https://pypi.python.org/pypi/pip/>`_ and +`virtualenv <https://pypi.python.org/pypi/virtualenv>`_ installed, you just have to run the following command:: $ make serve |
