Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sphinx-build 'unbalanced parenthesis' error. #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sebastic
Copy link

As reported in Debian Bug #811262, tilecache failed to build with sphinx 1.3.4:

  sphinx-build docs/ docs/html/
  Running Sphinx v1.3.4
  making output directory...
  loading pickled environment... not yet created
  building [mo]: targets for 0 po files that are out of date
  building [html]: targets for 9 source files that are out of date
  updating environment: 9 added, 0 changed, 0 removed
  reading sources... [ 11%] CONTRIBUTORS
  reading sources... [ 22%] Caches
  reading sources... [ 33%] EXAMPLES
  reading sources... [ 44%] Example.py

  Exception occurred:
    File "/usr/lib/python2.7/re.py", line 251, in _compile
      raise error, v # invalid expression
  error: unbalanced parenthesis

Fixed by using single lines for the properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant