summaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py13
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 18a58d80..df11ed68 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -1,25 +1,22 @@
-import sphinx_rtd_theme
-import sphinx_intl
-
-
project = "OnionShare"
author = copyright = "Micah Lee, et al."
-version = release = "2.3.1"
+version = release = "2.3.3"
extensions = ["sphinx_rtd_theme"]
templates_path = ["_templates"]
exclude_patterns = []
languages = [
- ("Deutsch", "de"), # German
("English", "en"), # English
- ("Español", "es"), # Spanish
+ ("Deutsch", "de"), # German
("Ελληνικά", "el"), # Greek
+ ("Русский", "ru"), # Russian
+ ("Español", "es"), # Spanish
("Türkçe", "tr"), # Turkish
("Українська", "uk"), # Ukranian
]
-versions = ["2.3", "2.3.1"]
+versions = ["2.3", "2.3.1", "2.3.2", "2.3.3"]
html_theme = "sphinx_rtd_theme"
html_logo = "_static/logo.png"