aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-08-27 20:30:42 -0400
committerMicah Lee <micah@micahflee.com>2020-08-27 20:30:42 -0400
commitbeb4964b4a5f1e64dc87895ebdf53875eb9a3e84 (patch)
tree7912b4e4166417dc1b28b9acff09c159075c7587 /docs/source/conf.py
parent4c4323a772c56c6fc38ed5ec99868ba2ce82285d (diff)
downloadonionshare-beb4964b4a5f1e64dc87895ebdf53875eb9a3e84.tar.gz
onionshare-beb4964b4a5f1e64dc87895ebdf53875eb9a3e84.zip
Add CLI to advanced usage, and update translations
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 4c3ae6b5..2b067f9a 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -3,9 +3,7 @@ import sphinx_intl
project = "OnionShare"
-author = (
- copyright
-) = "Micah Lee, et al. Like all software, OnionShare may contain bugs or vulnerabilities."
+author = copyright = "Micah Lee, et al."
version = release = "2.3"
extensions = ["sphinx_rtd_theme"]