Skip to content

Conversation

@ubmarco
Copy link
Member

@ubmarco ubmarco commented Jul 11, 2025

This fixes the docs build warnings emitted by RST highlighting:

<unknown>:1: SyntaxWarning: invalid escape sequence '\.'
<string>:1: SyntaxWarning: invalid escape sequence '\.'
<unknown>:1: SyntaxWarning: invalid escape sequence '\w'
<string>:1: SyntaxWarning: invalid escape sequence '\w'

Not sure about the solution though, could also be the need-example directive has a bug.

@codecov
Copy link

codecov bot commented Jul 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.60%. Comparing base (4e10030) to head (07b2003).
⚠️ Report is 176 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1470      +/-   ##
==========================================
+ Coverage   86.87%   88.60%   +1.72%     
==========================================
  Files          56       61       +5     
  Lines        6532     7259     +727     
==========================================
+ Hits         5675     6432     +757     
+ Misses        857      827      -30     
Flag Coverage Δ
pytests 88.60% <ø> (+1.72%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@chrisjsewell chrisjsewell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cheers

@chrisjsewell chrisjsewell merged commit 4e138d4 into master Jul 11, 2025
20 checks passed
@chrisjsewell chrisjsewell deleted the mh-fix-escapes branch July 11, 2025 07:35
PierreEtienneJ pushed a commit to PierreEtienneJ/sphinx-needs that referenced this pull request Jul 29, 2025
This fixes the docs build warnings emitted by RST highlighting:
```
<unknown>:1: SyntaxWarning: invalid escape sequence '\.'
<string>:1: SyntaxWarning: invalid escape sequence '\.'
<unknown>:1: SyntaxWarning: invalid escape sequence '\w'
<string>:1: SyntaxWarning: invalid escape sequence '\w'
```
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.

3 participants