1
0
mirror of https://github.com/otter18/tg_logger.git synced 2025-06-18 21:47:37 +02:00

v3.1 docs fix

This commit is contained in:
Chernykh Vladimir
2021-03-11 20:40:57 +03:00
parent 58c1d027f2
commit 698b79eb54
2 changed files with 3 additions and 3 deletions

View File

@ -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 ---------------------------------------------------

View File

@ -1,7 +1,7 @@
Module description
===================
.. automodule:: tg_logger.__init__
.. automodule:: tg_logger
:members:
:undoc-members:
:show-inheritance: