From 52df940e071c7948c7e291af523c5ee44013938a Mon Sep 17 00:00:00 2001 From: David Fuhr Date: Wed, 30 Mar 2016 16:57:11 +0200 Subject: [PATCH] Git submodules are not supported anymore Installation has changed in 62a99b3a733f3d5a67231e7f9735cb72e0f0cb05. --- contributing/documentation/format.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/documentation/format.rst b/contributing/documentation/format.rst index aec7b9d5866..e2aad60342f 100644 --- a/contributing/documentation/format.rst +++ b/contributing/documentation/format.rst @@ -209,7 +209,7 @@ Nevertheless, if you prefer to do this check locally on your own machine before submitting your documentation, follow these steps: * Install Sphinx_; -* Install the Sphinx extensions using git submodules: ``$ git submodule update --init``; +* Install the Sphinx extensions using git submodules: ``$ pip install git+https://github.com/fabpot/sphinx-php.git``; * Run ``make html`` and view the generated HTML in the ``_build/html`` directory. .. _reStructuredText: http://docutils.sourceforge.net/rst.html