From b0dba67c02522c20b0fbe43fbd5a1957e95aefc5 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 14 Sep 2020 14:44:40 -0700 Subject: Update docs for just English and Spanish (for now) --- docs/build.sh | 2 +- docs/gettext/.doctrees/advanced.doctree | Bin 29050 -> 29050 bytes docs/gettext/.doctrees/develop.doctree | Bin 41566 -> 41566 bytes docs/gettext/.doctrees/environment.pickle | Bin 38801 -> 38670 bytes docs/gettext/.doctrees/features.doctree | Bin 43702 -> 43702 bytes docs/gettext/.doctrees/help.doctree | Bin 8171 -> 8171 bytes docs/gettext/.doctrees/index.doctree | Bin 3439 -> 3439 bytes docs/gettext/.doctrees/install.doctree | Bin 20103 -> 20103 bytes docs/gettext/.doctrees/security.doctree | Bin 15257 -> 15257 bytes docs/gettext/.doctrees/tor.doctree | Bin 28673 -> 28673 bytes docs/source/_static/screenshots/tabs.png | Bin 70875 -> 61545 bytes docs/source/conf.py | 5 +---- 12 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/build.sh b/docs/build.sh index da24dc6f..26492fec 100755 --- a/docs/build.sh +++ b/docs/build.sh @@ -4,7 +4,7 @@ VERSION=`cat ../share/version.txt` # Supported locales #LOCALES="ar ca zh_CN zh_TW da nl en fr de el is ga it ja nb fa pl pt_BR pt_PT ro ru sr@latin es sv te tr uk" -LOCALES="ar ca da nl en" +LOCALES="en es" # Generate English .po files make gettext diff --git a/docs/gettext/.doctrees/advanced.doctree b/docs/gettext/.doctrees/advanced.doctree index 498c0f7c..e45d49a7 100644 Binary files a/docs/gettext/.doctrees/advanced.doctree and b/docs/gettext/.doctrees/advanced.doctree differ diff --git a/docs/gettext/.doctrees/develop.doctree b/docs/gettext/.doctrees/develop.doctree index 945a1fe4..6c796274 100644 Binary files a/docs/gettext/.doctrees/develop.doctree and b/docs/gettext/.doctrees/develop.doctree differ diff --git a/docs/gettext/.doctrees/environment.pickle b/docs/gettext/.doctrees/environment.pickle index e46b6331..0d828542 100644 Binary files a/docs/gettext/.doctrees/environment.pickle and b/docs/gettext/.doctrees/environment.pickle differ diff --git a/docs/gettext/.doctrees/features.doctree b/docs/gettext/.doctrees/features.doctree index 4ac88e50..ec327d02 100644 Binary files a/docs/gettext/.doctrees/features.doctree and b/docs/gettext/.doctrees/features.doctree differ diff --git a/docs/gettext/.doctrees/help.doctree b/docs/gettext/.doctrees/help.doctree index 3450c8be..7fe3c6d9 100644 Binary files a/docs/gettext/.doctrees/help.doctree and b/docs/gettext/.doctrees/help.doctree differ diff --git a/docs/gettext/.doctrees/index.doctree b/docs/gettext/.doctrees/index.doctree index 9855b80a..06eda7e9 100644 Binary files a/docs/gettext/.doctrees/index.doctree and b/docs/gettext/.doctrees/index.doctree differ diff --git a/docs/gettext/.doctrees/install.doctree b/docs/gettext/.doctrees/install.doctree index 2a302045..43677bc4 100644 Binary files a/docs/gettext/.doctrees/install.doctree and b/docs/gettext/.doctrees/install.doctree differ diff --git a/docs/gettext/.doctrees/security.doctree b/docs/gettext/.doctrees/security.doctree index 220f8b15..62107b01 100644 Binary files a/docs/gettext/.doctrees/security.doctree and b/docs/gettext/.doctrees/security.doctree differ diff --git a/docs/gettext/.doctrees/tor.doctree b/docs/gettext/.doctrees/tor.doctree index 63f63b6a..5280c0eb 100644 Binary files a/docs/gettext/.doctrees/tor.doctree and b/docs/gettext/.doctrees/tor.doctree differ diff --git a/docs/source/_static/screenshots/tabs.png b/docs/source/_static/screenshots/tabs.png index 33634960..8b96ace2 100644 Binary files a/docs/source/_static/screenshots/tabs.png and b/docs/source/_static/screenshots/tabs.png differ diff --git a/docs/source/conf.py b/docs/source/conf.py index 4c89946e..8d09f93d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -11,10 +11,7 @@ templates_path = ["_templates"] exclude_patterns = [] languages = [ - ("العربية", "ar"), - ("Català", "ca"), - ("Dansk", "da"), - ("Nederlands", "nl"), + ("Español", "es"), ("English", "en"), ] -- cgit v1.2.3-54-g00ecf