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 os
|
||||||
import sys
|
import sys
|
||||||
sys.path.insert(0, os.path.abspath('../tg_logger'))
|
sys.path.insert(0, os.path.abspath('..'))
|
||||||
|
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
@ -22,7 +22,7 @@ copyright = '2021, ChernV (otter18)'
|
|||||||
author = 'ChernV (otter18)'
|
author = 'ChernV (otter18)'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = '3.0'
|
release = 'v3.1'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Module description
|
Module description
|
||||||
===================
|
===================
|
||||||
|
|
||||||
.. automodule:: tg_logger.__init__
|
.. automodule:: tg_logger
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
Reference in New Issue
Block a user