aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorSaptak Sengupta <saptak013@gmail.com>2024-03-21 13:32:01 +0000
committerGitHub <noreply@github.com>2024-03-21 13:32:01 +0000
commit23d409d599d536ec55428748ec9ffc333a907698 (patch)
treead9bc4175e8a34c6224eef8fa99ff3d3dce253e4 /docs/source/conf.py
parent3083382a5669f12aac19cf04b8d2ff690dc784d8 (diff)
parent7a7f0b52b12501f0c4f576a8d5a93d7a62626a94 (diff)
downloadonionshare-security-updates.tar.gz
onionshare-security-updates.zip
Merge pull request #1 from onionshare/release-2.6.2security-updates
Release 2.6.2
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index bd72f35b..3336ebc4 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -1,6 +1,6 @@
project = "OnionShare"
author = copyright = "Micah Lee, et al."
-version = release = "2.6.1"
+version = release = "2.6.2"
extensions = ["sphinx_rtd_theme"]
templates_path = ["_templates"]
@@ -12,7 +12,7 @@ languages = [
("Deutsch", "de"), # German
("Ελληνικά", "el"), # Greek
# ("Italiano", "it"), # Italian
- # ("日本語", "ja"), # Japanese
+ ("日本語", "ja"), # Japanese
# ("ភាសាខ្មែរ", "km"), # Khmer (Central)
# ("Norsk Bokmål", "nb_NO"), # Norwegian Bokmål
("Polish", "pl"), # Polish
@@ -25,7 +25,7 @@ languages = [
("Tiếng Việt", "vi"), # Vietnamese
]
-versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.5", "2.6", "2.6.1"]
+versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.5", "2.6", "2.6.1", "2.6.2"]
html_theme = "sphinx_rtd_theme"
html_logo = "_static/logo.png"