Skip to content

Commit

Permalink
🎨 remove print from sphinx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
bneron committed Feb 7, 2020
1 parent e75ef4a commit 1183ae8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
import os
import sys
sys.path.insert(0, os.path.abspath(os.path.join('..', '..')))
print(sys.path)

from grep_vcf import __version__ as gv_version

print(gv_version)
# -- Project information -----------------------------------------------------

project = 'grep_vcf'
Expand Down

0 comments on commit 1183ae8

Please sign in to comment.