Skip to content

Commit 6b58a4e

Browse files
committed
update building locally without docker docs
1 parent 52c2ca0 commit 6b58a4e

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)