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

🐛 FIX: Heading anchor resolution for parallel builds #525

Merged
merged 1 commit into from Feb 23, 2022

Conversation

chrisjsewell
Copy link
Member

For sphinx parallel builds, env.myst_anchors will be discarded when merging environments from the parallel jobs.
So we no longer use this to check whether to look for heading anchors

closes #411

@codecov
Copy link

codecov bot commented Feb 23, 2022

Codecov Report

Merging #525 (4775cc3) into master (5b213fa) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #525   +/-   ##
=======================================
  Coverage   90.06%   90.06%           
=======================================
  Files          16       16           
  Lines        2103     2104    +1     
=======================================
+ Hits         1894     1895    +1     
  Misses        209      209           
Flag Coverage Δ
pytests 90.06% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
myst_parser/myst_refs.py 90.90% <100.00%> (+0.13%) ⬆️
myst_parser/sphinx_renderer.py 93.10% <100.00%> (-0.04%) ⬇️

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 5b213fa...4775cc3. Read the comment docs.

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.

“'myst' reference target not found: b.md#anchor” when building in parallel
1 participant