---
title: Another
tags: article, domjudge
---
# Issues
### judgehost's password stored location
- domjudge/judgehost/etc/restapi.secret
### make docs error
fixed three of the bugs described below.
```
1. sphinx-build: Command not found
2. ModuleNotFoundError: No module named 'sphinx_rtd_theme'
3. Could not import extension rst2pdf.pdfbuilder (exception: No module named 'rst2pdf')
```
solve
```
sudo apt install python-sphinx python-sphinx-rtd-theme rst2pdf fontconfig python3-yaml
```