Skip to content
Snippets Groups Projects
Commit 451165d5 authored by Robert Habermann's avatar Robert Habermann
Browse files

fix docs

parent 76a98179
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,7 @@ with open('../pyotrs/version.py') as f:
# If extensions (or modules to document with autodoc) are in another directory,
# 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.
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../'))
sys.path.insert(0, os.path.abspath('..'))
# -- General configuration ------------------------------------------------
......
......@@ -4,5 +4,5 @@
# 3) we can import it into your module module
"""
__version_info__ = ('0', '4', '2')
__version_info__ = ('0', '5', '1')
__version__ = '.'.join(__version_info__)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment