We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79decae commit 4888b59Copy full SHA for 4888b59
docs/conf.py
@@ -15,13 +15,15 @@
15
16
sys.path.insert(0, os.path.abspath('..'))
17
18
+from discord_slash import __version__
19
20
# -- Project information -----------------------------------------------------
21
22
project = 'discord-py-slash-command'
23
copyright = '2020-2021, eunwoo1104'
24
author = 'eunwoo1104'
-
25
+release = __version__
26
+version = ".".join(__version__.split(".", 2)[:2])
27
28
# -- General configuration ---------------------------------------------------
29
0 commit comments