diff --git a/docs/source/conf.py b/docs/source/conf.py index e880d40..3af8b0c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -12,7 +12,7 @@ # import os import sys -sys.path.insert(0, os.path.abspath('../tg_logger')) +sys.path.insert(0, os.path.abspath('..')) # -- Project information ----------------------------------------------------- @@ -22,7 +22,7 @@ copyright = '2021, ChernV (otter18)' author = 'ChernV (otter18)' # The full version, including alpha/beta/rc tags -release = '3.0' +release = 'v3.1' # -- General configuration --------------------------------------------------- diff --git a/docs/source/modules.rst b/docs/source/modules.rst index c5a0274..28509bb 100644 --- a/docs/source/modules.rst +++ b/docs/source/modules.rst @@ -1,7 +1,7 @@ Module description =================== -.. automodule:: tg_logger.__init__ +.. automodule:: tg_logger :members: :undoc-members: :show-inheritance: