Skip to content

Commit a774bc5

Browse files
kbondjaviereguiluz
authored andcommitted
update building locally without docker docs
1 parent 617f4bd commit a774bc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contributing/documentation/overview.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ If you don't use Docker, follow these steps to build the docs locally:
273273

274274
.. code-block:: terminal
275275
276-
$ pip install sphinx~=1.3.0 git+https://github.com/fabpot/sphinx-php.git
276+
$ cd _build/
277+
$ pip install -r .requirements.txt
277278
278279
#. Run the following command to build the documentation in HTML format:
279280

0 commit comments

Comments
 (0)