# Description
In order to speed up CI, we have to be able to run quibble locally. To do that, we have to understand how it works. To do that, we have to read the documentation. Documentation is not always up to date and sometimes confusing. To make it easier for us, we will update documentation as we read it.
This task is about a bug that was noticed when quibble documentation was built locally.
For more information, see parent task {T418234} and the related commit [[ https://gerrit.wikimedia.org/r/c/integration/quibble/+/1250511 | 1250511 ]].
# Environments
## ubuntu
```
* Platform: linux; (Linux-6.14.0-37-generic-x86_64-with-glibc2.39)
* Python version: 3.12.3 (CPython)
* Sphinx version: 9.1.0
* Docutils version: 0.22.4
* Jinja2 version: 3.1.6
* Pygments version: 2.19.2
```
## macos + devcontainer
```
* Platform: linux; (Linux-6.12.72-linuxkit-aarch64-with-glibc2.41)
* Python version: 3.11.14 (CPython)
* Sphinx version: 9.0.4
* Docutils version: 0.22.4
* Jinja2 version: 3.1.6
* Pygments version: 2.19.2
```
# Steps to reproduce:
```
quibble$ tox -e doc
...
ModuleNotFoundError: No module named 'pkg_resources'
...
```
# Full output:
{P89837}
{P89838}