aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
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 b20e51db..74fa88cc 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.4"
+version = release = "2.4.1"
extensions = ["sphinx_rtd_theme"]
templates_path = ["_templates"]
@@ -16,10 +16,10 @@ languages = [
("Русский", "ru"), # Russian
# ("Español", "es"), # Spanish
("Türkçe", "tr"), # Turkish
- ("Українська", "uk"), # Ukranian
+ ("Українська", "uk"), # Ukrainian
]
-versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4"]
+versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.4.1"]
html_theme = "sphinx_rtd_theme"
html_logo = "_static/logo.png"