Skip to content

Commit

Permalink
Address current failing sphinx packages for development
Browse files Browse the repository at this point in the history
We do generate the docs already before so the virtualenv is not that
problematic.
  • Loading branch information
vmcj committed Nov 4, 2023
1 parent f691a60 commit d13ec8f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/manual/develop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@ On Debian 11 (Bullseye) and above, instead install::
python3-sphinx python3-sphinx-rtd-theme rst2pdf fontconfig python3-yaml \
latexmk texlive-latex-recommended texlive-latex-extra tex-gyre

On Debian 12 (Bullseye) and derived versions, install::

sudo apt install autoconf automake bats \
fontconfig python3-yaml latexmk texlive-latex-recommended \
texlive-latex-extra tex-gyre python3-venv

and create a virtual environment to install these packages currently failing in the
default repositories::

pip3 install sphinx sphinx-rtd-theme rst2pdf

When this software is present, bootstrapping can be done by running
``make dist``, which creates the ``configure`` script,
downloads and installs the PHP dependencies via composer and
Expand Down

0 comments on commit d13ec8f

Please sign in to comment.