Skip to content

Commit d5716a3

Browse files
committed
Remove default documentation section for Debian 10
Debian 10 is EOL on the 30th and it ships PHP73 which is not supported for main.
1 parent 6b28c39 commit d5716a3

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

doc/manual/develop.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ already listed under
3939
:ref:`judgehost <judgehost_requirements>` and
4040
:ref:`submit client <submit_client_requirements>` requirements)::
4141

42-
sudo apt install autoconf automake bats \
43-
python-sphinx python-sphinx-rtd-theme rst2pdf fontconfig python3-yaml latexmk
44-
45-
On Debian 11 (Bullseye) and above, instead install::
46-
4742
sudo apt install autoconf automake bats \
4843
python3-sphinx python3-sphinx-rtd-theme rst2pdf fontconfig python3-yaml \
4944
latexmk texlive-latex-recommended texlive-latex-extra tex-gyre

doc/manual/install-workstation.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,10 @@ When DOMjudge is configured and site-specific configuration set,
8484
the team manual can be generated with the command ``make docs``.
8585
The following should do it on a Debian-like system::
8686

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

91-
On Debian 11 and above, install
92-
``python3-sphinx python3-sphinx-rtd-theme rst2pdf fontconfig python3-yaml`` instead.
93-
9491
The resulting manual will then be found in the ``team/`` subdirectory.
9592

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

0 commit comments

Comments
 (0)