Skip to content

Commit

Permalink
fix conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerBergen committed Aug 22, 2018
1 parent b7fccbd commit 4d8cba9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@

HERE = Path(__file__).parent
sys.path.insert(0, str(HERE.parent))
import scvelo


logger = logging.getLogger(__name__)


# -- General configuration ------------------------------------------------

needs_sphinx = '1.7'
Expand Down Expand Up @@ -70,7 +67,9 @@
author = 'Volker Bergen'
copyright = f'{datetime.now():%Y}, {author}'

version = scvelo.__version__.replace('.dirty', '')
#import scvelo
#version = scvelo.__version__.replace('.dirty', '')
version = '0.1.2'
release = version
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
pygments_style = 'sphinx'
Expand Down

0 comments on commit 4d8cba9

Please sign in to comment.