Skip to content
Snippets Groups Projects
Commit 56cf77e6 authored by David Dorchies's avatar David Dorchies
Browse files

fix(docs): put back English PDF

- Removed for debugging and I've forgotten to put it back again
parent 4a21e394
No related branches found
No related tags found
1 merge request!252release: version 4.18.0
Pipeline #163101 passed
......@@ -247,6 +247,6 @@ def buildDocForLang(lang):
if __name__ == '__main__':
for l in ['fr']:#, 'en']:
for l in ['fr', 'en']:
print('building PDF doc for language "{}"'.format(l))
buildDocForLang(l)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment