Skip to content

Commit

Permalink
Remove default documentation section for Debian 10
Browse files Browse the repository at this point in the history
Debian 10 is EOL on the 30th and it ships PHP73 which is not supported
for main.
  • Loading branch information
vmcj committed Jun 17, 2024
1 parent 6b28c39 commit d5716a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 0 additions & 5 deletions doc/manual/develop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ already listed under
:ref:`judgehost <judgehost_requirements>` and
:ref:`submit client <submit_client_requirements>` requirements)::

sudo apt install autoconf automake bats \
python-sphinx python-sphinx-rtd-theme rst2pdf fontconfig python3-yaml latexmk

On Debian 11 (Bullseye) and above, instead install::

sudo apt install autoconf automake bats \
python3-sphinx python3-sphinx-rtd-theme rst2pdf fontconfig python3-yaml \
latexmk texlive-latex-recommended texlive-latex-extra tex-gyre
Expand Down
5 changes: 1 addition & 4 deletions doc/manual/install-workstation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,10 @@ When DOMjudge is configured and site-specific configuration set,
the team manual can be generated with the command ``make docs``.
The following should do it on a Debian-like system::

sudo apt install python-sphinx python-sphinx-rtd-theme rst2pdf fontconfig python3-yaml
sudo apt install python3-sphinx python3-sphinx-rtd-theme rst2pdf fontconfig python3-yaml
cd <INSTALL_PATH>/doc/
make docs

On Debian 11 and above, install
``python3-sphinx python3-sphinx-rtd-theme rst2pdf fontconfig python3-yaml`` instead.

The resulting manual will then be found in the ``team/`` subdirectory.

.. _netrc manual page: https://ec.haxx.se/usingcurl/usingcurl-netrc

0 comments on commit d5716a3

Please sign in to comment.