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

error when building latex #1288

Open
brandtnerfabian opened this issue Sep 9, 2024 · 0 comments
Open

error when building latex #1288

brandtnerfabian opened this issue Sep 9, 2024 · 0 comments
Labels

Comments

@brandtnerfabian
Copy link

brandtnerfabian commented Sep 9, 2024

was trying to build latex when i encountered this error:
Extension error (sphinx_needs.needs): Handler <function process_creator.<locals>.process_caller at 0x000002941120CD60> for event 'doctree-resolved' threw an exception (exception: ('definitions/test_goal_definition', None))

test_goal_definition.rst:

:orphan:

.. testgoal:: Verification2

    Verification2

index.rst:

.. needextract::
    :types: testgoal

conf.py:


extensions = ["sphinx_needs"]

templates_path = ['_templates']
exclude_patterns = []


html_theme = 'alabaster'
html_static_path = ['_static']
needs_build_json = True


needs_id_length = 3
needs_types = [
 dict(directive="testgoal", title="Test Goal", prefix="TG_", color="#BFD8D2", style="node"),
 ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants