Skip to content

Commit

Permalink
doc: build breaks without sphinx and doctools on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
perbu authored and nigoroll committed Jan 3, 2025
1 parent df7d3ac commit 414d1b2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/sphinx/installation/install_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Build dependencies on macOS
To compile varnish on macOS, these steps should install the required
dependencies:

* Install ``xcode`` via the App Store
* Install xcode: `xcode-select --install`

* Install dependencies via `brew`::

Expand All @@ -166,9 +166,11 @@ dependencies:
docutils \
sphinx-doc

* Add sphinx to PATH as advised by the installer::
* Add the sphinx tools and the docutils to PATH so `configure` will find them.

PATH="/usr/local/opt/sphinx-doc/bin:$PATH"
PATH="/opt/homebrew/opt/sphinx-doc/bin:/opt/homebrew/opt/docutils/bin:$PATH"

It'll be a good idea to persist these changes so you can rebuild the source later.

Then continue `Compiling Varnish`_

Expand Down

0 comments on commit 414d1b2

Please sign in to comment.