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 | |
| 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.
| -rw-r--r-- | README.rst | 6 | ||||
| -rw-r--r-- | docs/requirements.txt | 4 |
2 files changed, 4 insertions, 6 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 diff --git a/docs/requirements.txt b/docs/requirements.txt index 8982892..20b380f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1 @@ -docutils<0.13 -Sphinx -sphinx_rtd_theme +Sphinx==1.5.5 |
