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:
@ -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 ---------------------------------------------------
|
||||
|
@ -1,7 +1,7 @@
|
||||
Module description
|
||||
===================
|
||||
|
||||
.. automodule:: tg_logger.__init__
|
||||
.. automodule:: tg_logger
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
Reference in New Issue
Block a user