Skip to content

Commit

Permalink
Update of conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jun 13, 2018
1 parent 4ea01a0 commit 47b3a5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _get_version(full=False):
"""

to_match = comp(r'VERSION\s=\s"(.*)"\n')
extracted = to_match.findall(open("../PyFunceble/__init__.py").read())[0]
extracted = to_match.findall(open("../../PyFunceble/__init__.py").read())[0]

if not full:
return ".".join(list(filter(lambda x: x.isdigit(), extracted.split("."))))
Expand Down Expand Up @@ -61,7 +61,6 @@ def _get_version(full=False):
'sphinx.ext.autodoc',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.mathjax',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
]
Expand Down

0 comments on commit 47b3a5b

Please sign in to comment.