]> git.phdru.name Git - m_librarian.git/blobdiff - doc-ru/conf.py
Change PYTHONPATH handling
[m_librarian.git] / doc-ru / conf.py
index 7be00e850feb87d4312eb4c1edad32fba0f6de20..0aab948d356de3e8dc12762abccb6e005b014af9 100644 (file)
@@ -50,6 +50,7 @@ copyright = u'2016, Oleg Broytman'
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
+sys.path.insert(0, os.path.abspath('..'))
 from m_librarian.__version__ import __version__
 # The short X.Y version.
 version = '.'.join(__version__.split('.')[:2])