Skip to content

Fix path to install docs from in manual #3015

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

Merged
merged 1 commit into from
Jul 5, 2025
Merged
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
4 changes: 2 additions & 2 deletions doc/manual/install-workstation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Command line submit client
DOMjudge comes with a command line submit client which makes it really
convenient for teams to submit their solutions to DOMjudge.

In order to use the submit client, you need Python, the python requests
In order to use the submit client, you need Python, the python requests
library and optionally the python magic library installed on the team's
workstation. To install this on Debian-like distributions::

Expand Down Expand Up @@ -85,7 +85,7 @@ 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 fontconfig python3-yaml
cd <INSTALL_PATH>/doc/
cd <DOWNLOAD_PATH>/doc/
make docs

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