Added a documentation chapter about logging
This commit is contained in:
parent
e7f67e1333
commit
ea5e654e9e
9 changed files with 307 additions and 11 deletions
|
|
@ -50,6 +50,8 @@ import pkg_resources
|
|||
# built documents.
|
||||
release = __import__('pkg_resources').get_distribution('Flask').version
|
||||
version = '.'.join(release.split('.')[:2])
|
||||
if 'dev' in version:
|
||||
version = version.split('dev')[0]
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue