Skip to content

Commit

Permalink
Fix building the team manual on debian trixie.
Browse files Browse the repository at this point in the history
This should still work on older version that are not debian oldoldstable
old.
  • Loading branch information
meisterT committed Feb 16, 2025
1 parent c5215a2 commit 63ec22d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions doc/manual/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,9 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.

# The sphinx_rtd_theme extension does not seem to work with older
# versions (at least those in buster/bionic). We don't seem to need
# it yet, so don't add it.
extensions = [
'sphinx.ext.ifconfig',
# 'sphinx_rtd_theme',
'rst2pdf.pdfbuilder',
'sphinx_rtd_theme',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 1 addition & 1 deletion doc/manual/develop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ already listed under
:ref:`submit client <submit_client_requirements>` requirements)::

sudo apt install autoconf automake bats \
python3-sphinx python3-sphinx-rtd-theme rst2pdf fontconfig python3-yaml \
python3-sphinx python3-sphinx-rtd-theme fontconfig python3-yaml \
latexmk texlive-latex-recommended texlive-latex-extra tex-gyre

When this software is present, bootstrapping can be done by running
Expand Down
2 changes: 1 addition & 1 deletion doc/manual/install-workstation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ 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 python3-sphinx python3-sphinx-rtd-theme rst2pdf fontconfig python3-yaml
sudo apt install python3-sphinx python3-sphinx-rtd-theme fontconfig python3-yaml
cd <INSTALL_PATH>/doc/
make docs

Expand Down

0 comments on commit 63ec22d

Please sign in to comment.