Skip to content

Commit 300941a

Browse files
committed
Add gettext to rdfd.io build
1 parent 9cc5721 commit 300941a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ build:
66
os: ubuntu-24.04
77
tools:
88
python: "3"
9-
mkdocs:
10-
configuration: mkdocs.yml
9+
apt_packages:
10+
- gettext
1111
python:
1212
install:
1313
- method: pip
1414
path: .
1515
extra_requirements:
1616
- docs
17+
mkdocs:
18+
configuration: mkdocs.yml

0 commit comments

Comments
 (0)