diff --git a/.gitignore b/.gitignore
index 69fa449dd96e2405945b2e4cff2fd0ab8b102097..9a645c8e61c1c32437a2f3fbbb099a76707fe12f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-_build/
+_build/out
diff --git a/.tx/config b/.tx/config
index d59cf8006e04a07f31d8c7f08692c22a94919670..8d0a0a33e6f783a878643866850823c0e07cba56 100644
--- a/.tx/config
+++ b/.tx/config
@@ -3,36 +3,36 @@ host = https://www.transifex.com
 
 [o:savoirfairelinux:p:jami:r:docs-user]
 file_filter = locales/<lang>/LC_MESSAGES/user.po
-source_file = _build/gettext/user.pot
+source_file = _build/out/gettext/user.pot
 source_lang = en
 type        = PO
 
 [o:savoirfairelinux:p:jami:r:docs-build]
 file_filter = locales/<lang>/LC_MESSAGES/build.po
-source_file = _build/gettext/build.pot
+source_file = _build/out/gettext/build.pot
 source_lang = en
 type        = PO
 
 [o:savoirfairelinux:p:jami:r:docs-developer]
 file_filter = locales/<lang>/LC_MESSAGES/developer.po
-source_file = _build/gettext/developer.pot
+source_file = _build/out/gettext/developer.pot
 source_lang = en
 type        = PO
 
 [o:savoirfairelinux:p:jami:r:docs-index]
 file_filter = locales/<lang>/LC_MESSAGES/index.po
-source_file = _build/gettext/index.pot
+source_file = _build/out/gettext/index.pot
 source_lang = en
 type        = PO
 
 [o:savoirfairelinux:p:jami:r:docs-contribute]
 file_filter = locales/<lang>/LC_MESSAGES/contribute.po
-source_file = _build/gettext/contribute.pot
+source_file = _build/out/gettext/contribute.pot
 source_lang = en
 type        = PO
 
 [o:savoirfairelinux:p:jami:r:docs-sphinx]
 file_filter = locales/<lang>/LC_MESSAGES/sphinx.po
-source_file = _build/gettext/sphinx.pot
+source_file = _build/out/gettext/sphinx.pot
 source_lang = en
 type        = PO
diff --git a/Makefile b/Makefile
index cffbbccc61f64d95e24006afedd5cdcd3c437b05..3b3a046d243ca27181c0767c9f5816d4a1018a93 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ AUTOBUILD_CMD ?= sphinx-autobuild
 INTL_CMD ?= sphinx-intl
 OPTS ?=
 SRC  = .
-OUT  = _build
+OUT  = _build/out
 RSYNC_DEST ?= $(OUT)/docs
 RSYNC_OPTS ?= --verbose --archive --recursive --delete