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

✨ NEW: Add warning types myst.subtype #313

Merged
merged 1 commit into from
Feb 15, 2021
Merged

Conversation

chrisjsewell
Copy link
Member

All parsing warnings are assigned a type/subtype,
and also the messages are appended with them.
These warning types can be suppressed
with the sphinx suppress_warnings config option.

All parsing warnings are assigned a type/subtype,
and also the messages are appended with them.
These warning types can be suppressed
with the sphinx `suppress_warnings` config option.
@codecov
Copy link

codecov bot commented Feb 15, 2021

Codecov Report

Merging #313 (60f73e1) into master (c868b3a) will decrease coverage by 0.07%.
The diff coverage is 68.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #313      +/-   ##
==========================================
- Coverage   90.65%   90.58%   -0.08%     
==========================================
  Files          14       14              
  Lines        1809     1826      +17     
==========================================
+ Hits         1640     1654      +14     
- Misses        169      172       +3     
Flag Coverage Δ
pytests 90.58% <68.75%> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
myst_parser/html_to_nodes.py 89.79% <0.00%> (-1.88%) ⬇️
myst_parser/myst_refs.py 91.26% <33.33%> (-0.67%) ⬇️
myst_parser/docutils_renderer.py 91.93% <75.00%> (+0.07%) ⬆️
myst_parser/sphinx_renderer.py 97.43% <81.81%> (-0.54%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c868b3a...60f73e1. Read the comment docs.

@AakashGfude
Copy link
Member

@chrisjsewell this merge is throwing the error, https://github.com/executablebooks/jupyter-book/pull/1167/checks?check_run_id=1900524561 for pdf build.

domain.roles have the following value during the run:

{'': <function paste_any_role at 0x1124b74c0>, 'any': <function paste_any_role at 0x1124b74c0>, 'text': <function paste_text_role at 0x1124c1790>}

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.

2 participants