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

Issue when Footnote with : #45

Open
Carreau opened this issue Sep 27, 2023 · 1 comment
Open

Issue when Footnote with : #45

Carreau opened this issue Sep 27, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Carreau
Copy link

Carreau commented Sep 27, 2023

Maybe same as #20 :

Footnote error

.. [1] Footnote from : this journal

Parses as

document [0, 0] - [4, 0]
  paragraph [0, 0] - [0, 14]
  ERROR [2, 0] - [2, 35]
    label [2, 3] - [2, 6]
    classifier [2, 23] - [2, 35]

Because of the :, spaces are important for the failure.

I believe that's fine in sphinx as this seem to be the standard for citation in SciPy/NumPy

@Carreau Carreau changed the title Footnote with : Issue when Footnote with : Sep 27, 2023
@stsewd
Copy link
Owner

stsewd commented Oct 24, 2023

Yeah, fixing #20 should fix all problems related to :

@stsewd stsewd added the bug Something isn't working label Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants