Skip to content

building docs under Python 3 after ipython_directive merge #5991

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

Closed
phaebz opened this issue Jan 18, 2014 · 1 comment
Closed

building docs under Python 3 after ipython_directive merge #5991

phaebz opened this issue Jan 18, 2014 · 1 comment

Comments

@phaebz
Copy link
Contributor

phaebz commented Jan 18, 2014

As requested in [#5530 (comment)] and after the merge of #5925, I am trying to test building the docs on python 3. I get the error:

Traceback (most recent call last):
  File "/Users/user/.virtualenvs/pandas-dev/lib/python3.3/site-packages/sphinx/cmdline.py", line 245, in main
    warningiserror, tags, verbosity, parallel)
  File "/Users/user/.virtualenvs/pandas-dev/lib/python3.3/site-packages/sphinx/application.py", line 119, in __init__
    self.setup_extension(extension)
  File "/Users/user/.virtualenvs/pandas-dev/lib/python3.3/site-packages/sphinx/application.py", line 283, in setup_extension
    mod = __import__(extension, None, None, ['setup'])
  File "/Users/user/Optional/pandas-phaebz/doc/sphinxext/numpydoc.py", line 40
    title_re = re.compile(ur'^\s*[#*=]{4,}\n[a-z0-9 -]+\n[#*=]{4,}\s*',
SyntaxError: invalid syntax

I thought about it and talked to @Kermit666: where should this be taken care of?

@phaebz
Copy link
Contributor Author

phaebz commented Jan 19, 2014

This is discussed in #5530 as it was reopened after this issue was opened.

@phaebz phaebz closed this as completed Jan 19, 2014
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

No branches or pull requests

1 participant