Skip to content

Error with Sphinx 5.1.1 #2

@jayvdb

Description

@jayvdb

Running travis-sphinx build --source=doc results in

Traceback (most recent call last):
  File "/home/jayvdb/python/sphinx-rust/.tox/py310/lib/python3.10/site-packages/sphinx/config.py", line 347, in eval_config_file
    exec(code, namespace)
  File "/home/jayvdb/python/sphinx-rust/doc/conf.py", line 4, in <module>
    import sphinxrust
  File "/home/jayvdb/python/sphinx-rust/.tox/py310/lib/python3.10/site-packages/sphinxrust/__init__.py", line 3, in <module>
    from .rustdomain import RustDomain
  File "/home/jayvdb/python/sphinx-rust/.tox/py310/lib/python3.10/site-packages/sphinxrust/rustdomain.py", line 22, in <module>
    from sphinx.locale import l_
ImportError: cannot import name 'l_' from 'sphinx.locale' (/home/jayvdb/python/sphinx-rust/.tox/py310/lib/python3.10/site-packages/sphinx/locale/__init__.py)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions