You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Describe the problem
I want to use the automatic dedent feature of literalinclude:
With the above I get the following error:
In the Sphinx definition the test is using
None
to test the feature, see https://github.com/sphinx-doc/sphinx/pull/8684/fileshowever in MyST-Parser, it coerces a None value into a string:
https://github.com/executablebooks/MyST-Parser/blob/master/myst_parser/parse_directives.py#L149-L150
Link to your repository or website
No response
Steps to reproduce
The version of Python you're using
Python 3.9.7
Your operating system
macOS 11.6
Versions of your packages
Sphinx v4.2.0
Additional context
No response
The text was updated successfully, but these errors were encountered: