Skip to content

Commit 5d7cb63

Browse files
committed
Update dev requirements with documentation requirements.
1 parent e1c6551 commit 5d7cb63

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dev-requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
nose==1.3.4
55
mock==1.0.1
66
coveralls==0.5
7-
coverage==3.7.1
7+
coverage==3.7.1
8+
sphinx==1.4.8
9+
sphinx-rtd-theme==0.1.9

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
import re
5959
with open(os.path.join(path_dir, 'intercom', '__init__.py')) as init:
6060
source = init.read()
61-
m = re.search("__version__ = '(\d+\.\d+(\.(\d+|[a-z]+))?)'", source, re.M)
61+
m = re.search("__version__ = '(.*)'", source, re.M)
6262
version = m.groups()[0]
6363

6464
# The full version, including alpha/beta/rc tags.

0 commit comments

Comments
 (0)