Change translation settings

This commit is contained in:
drymer 2016-11-20 12:54:41 +01:00
parent d3bdf2fd21
commit 3f72f599e8
3 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ docs/_build/
venv/
*~
.*.swp
docs/locale/es/LC_MESSAGES/*.mo
docs/locale/es/LC_MESSAGES/*/*.mo

View File

@ -12,8 +12,6 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
import sys
import os
import subprocess
# If extensions (or modules to document with autodoc) are in another directory,
@ -65,7 +63,7 @@ release = u'0.1'
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'es'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:

View File

@ -1,2 +1,3 @@
Sphinx>=1.3.6
sphinx_rtd_theme
sphinx-intl