Skip to content

Commit 654d20b

Browse files
committed
minor #14039 Update building locally without docker docs (kbond)
This PR was submitted for the master branch but it was merged into the 4.4 branch instead. Discussion ---------- Update building locally without docker docs I had trouble generating the docs locally. I think it's related to some dependency changes recently made. This was the solution for me (I got this from the github workflow). Commits ------- a774bc5 update building locally without docker docs
2 parents 617f4bd + a774bc5 commit 654d20b

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)