Skip to content

Commit

Permalink
error in docs conf for rtfd
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Jan 2, 2015
1 parent 0e84b03 commit 7fde1c2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

import sys, os

larch_versions = {'larch': '3.10a-DEC2014-0-ga2c83bd', 'pandas': '0.14.1', 'apsw': '3.8.7.3-r1', 'python': '3.4.0 final', 'scipy': '0.14.0c1', 'sqlite': '3.8.7.4', 'numpy': '1.8.1'}
larch_build = '3.10a-DEC2014-0-ga2c83bd (Monday, 29 Dec 2014 05:22:27 PM CST)'


# If extensions (or modules to document with autodoc) are in another directory,
# 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.
Expand All @@ -23,7 +27,7 @@
.. |sqlite_version| replace:: %(sqlite)s
.. |numpy_version| replace:: %(numpy)s
.. |scipy_version| replace:: %(scipy)s
""" % {'larch': '3.10a-DEC2014-0-ga2c83bd', 'pandas': '0.14.1', 'apsw': '3.8.7.3-r1', 'python': '3.4.0 final', 'scipy': '0.14.0c1', 'sqlite': '3.8.7.4', 'numpy': '1.8.1'}
""" %

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

Expand Down Expand Up @@ -60,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = larch.version.split('-')[0]
version = larch_versions['larch'].split('-')[0]
# The full version, including alpha/beta/rc tags.
release = larch.build
release = larch_build

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 7fde1c2

Please sign in to comment.