Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
justusschock committed Jul 27, 2019
1 parent 705ec2c commit 0a3481e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
# 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.
#
from delira._version import get_versions

import os
import sys
import re

# source code directory, relative to this file, for sphinx-build
sys.path.insert(0, os.path.join(os.path.dirname(__file__), os.path.pardir))
from delira._version import get_versions


# -- Project information -----------------------------------------------------
Expand Down

0 comments on commit 0a3481e

Please sign in to comment.