Skip to content

Commit 8175fdc

Browse files
committed
Add libxkbcommon-dev to readthedocs build
1 parent a2664f2 commit 8175fdc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ build:
1515
apt_packages:
1616
- python3-dev
1717
- build-essential
18+
- libxkbcommon-dev
1819

1920
python:
2021
install:

doc/developer_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The image defaults to a non-root user, so run as root to install packages.
5656
docker run --rm -it --platform=linux/amd64 -u root -v "$PWD":/work -w /work readthedocs/build:ubuntu-24.04-2024.06.17 bash
5757

5858
apt-get update
59-
apt-get install -y python3 python3-venv python3-dev build-essential
59+
apt-get install -y python3 python3-venv python3-dev build-essential libxkbcommon-dev
6060
python3 -m venv .venv-rtd
6161
. .venv-rtd/bin/activate
6262
python -m pip install --upgrade pip setuptools

0 commit comments

Comments
 (0)