Skip to content

Commit

Permalink
remove ref to russian language
Browse files Browse the repository at this point in the history
  • Loading branch information
cake17 committed Feb 11, 2015
1 parent 49aa76d commit 7ed1ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ES_HOST =
# Languages that can be built.
LANGS = en es fr ja pt zh

# pdflatex does not like ja or ru for some reason.
# pdflatex does not like ja for some reason.
PDF_LANGS = en es fr pt

DEST = website
Expand Down
2 changes: 1 addition & 1 deletion config/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
epub_use_index = False

# Languages available.
languages = ['en', 'pt', 'es', 'ja', 'ru', 'fr', 'zh_CN']
languages = ['en', 'pt', 'es', 'ja', 'fr', 'zh_CN']

# The GitHub branch name for this version of the docs
branch = '3.0'
Expand Down

0 comments on commit 7ed1ad4

Please sign in to comment.