diff options
| -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 |
