From 698b79eb545c7e4a3bbfbc48d0a5165daabfd53a Mon Sep 17 00:00:00 2001 From: Chernykh Vladimir Date: Thu, 11 Mar 2021 20:40:57 +0300 Subject: [PATCH] v3.1 docs fix --- docs/source/conf.py | 4 ++-- docs/source/modules.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: