From: Günter M. <mi...@us...> - 2025-04-28 15:49:19
|
Generally, the parser(s) can be configured via Docutils [configuration files](https://docutils.sourceforge.io/docs/user/config.html#configuration-files).¹ This also holds for the 3rd-party MyST parser. (See the output of, e.g., `myst-docutils-html5 --help` or https://myst-parser.readthedocs.io/en/latest/configuration.html#sphinx-config-options for available options.) ¹ Sphinx reads a `docutils.conf` configuration file, if it is present in the [configuration](https://www.sphinx-doc.org/en/master/usage/configuration.html) directory. --- **[feature-requests:#112] The the include directive does not allow configuring a parser** **Status:** pending-works-for-me **Group:** Default **Created:** Sat Apr 05, 2025 03:14 PM UTC by Gabriel P **Last Updated:** Mon Apr 14, 2025 10:04 AM UTC **Owner:** nobody See this bug report: https://github.com/executablebooks/MyST-NB/issues/471 Is there a way to configure the parser when using include? I checked here but could not see anything that might help: https://docutils.sourceforge.io/docs/ref/rst/directives.html#include --- Sent from sourceforge.net because doc...@li... is subscribed to https://sourceforge.net/p/docutils/feature-requests/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/feature-requests/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |