Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix building the team manual on debian trixie. #2890

Merged
merged 1 commit into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading