Misc documentation improvements.

This commit is contained in:
Fabio Manganiello 2023-09-29 18:08:16 +02:00
commit 905d6632e0
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
6 changed files with 22 additions and 27 deletions
docs/source

View file

@ -15,17 +15,14 @@ import sys
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath("./_ext"))
# -- Project information -----------------------------------------------------
project = 'Platypush'
copyright = '2017-2021, Fabio Manganiello'
author = 'Fabio Manganiello'
copyright = '2017-2023, Fabio Manganiello'
author = 'Fabio Manganiello <fabio@manganiello.tech>'
# The short X.Y version
version = ''