Commit f47553a
Docs: add mystmd to the list of supported doctools (#12608)
- [x] Understand the issue requirements - add mystmd to the list of
supported doctools
- [x] Review the doctools.rst structure and existing documentation tool
pages
- [x] Research mystmd tool capabilities (TypeScript/JavaScript, MyST
Markdown, HTML output)
- [x] Add mystmd entry to doctools.rst list with grid-item-card
- [x] Create mystmd.rst documentation page with configuration
instructions
- [x] Verify documentation builds correctly
- [x] Apply review suggestions:
- Changed title to "Deploying MyST Markdown on Read the Docs"
- Removed unnecessary comment about docs directory in YAML
- Removed "Configuring MyST Markdown and Read the Docs Addons" section
(no longer needed per jupyter-book/mystmd#2178)
- Use 2-space indentation in YAML configuration block
## Summary
This PR adds MyST Markdown (`mystmd`) to the supported documentation
tools list at
https://docs.readthedocs.com/platform/latest/intro/doctools.html with a
dedicated configuration page.
### Files changed:
1. **docs/user/intro/doctools.rst** - Added grid-item-card for MyST
Markdown (supports `md`, `ipynb`; written in JavaScript)
2. **docs/user/intro/mystmd.rst** - New documentation page with minimal
configuration example
Example repo: https://github.com/readthedocs/test-builds/tree/mystmd
Demo: https://test-builds.readthedocs.io/en/mystmd/
<!-- START COPILOT CODING AGENT SUFFIX -->
<details>
<summary>Original prompt</summary>
>
> ----
>
> *This section details on the original issue you should resolve*
>
> <issue_title>Docs: add `mystmd` to the list of supported
doctools</issue_title>
> <issue_description>Expand
https://docs.readthedocs.com/platform/latest/intro/doctools.html with
`mystmd`. Mention what are the suggested configuration (option at
framework level or using a redirect:
#12323)
>
>
> * https://mystmd.org/</issue_description>
>
> <agent_instructions>Use readthedocs/addons#654
for reference since it's a similar task for another documentation
tool</agent_instructions>
>
> ## Comments on the Issue (you are @copilot in this section)
>
> <comments>
> <comment_new><author>@humitos</author><body>
> Yes, together with the page that explains how to configure mystmd on
Read the Docs.</body></comment_new>
> </comments>
>
</details>
- Fixes #12344
<!-- START COPILOT CODING AGENT TIPS -->
---
💬 We'd love your input! Share your thoughts on Copilot coding agent in
our [2 minute survey](https://gh.io/copilot-coding-agent-survey).
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: humitos <[email protected]>
Co-authored-by: Manuel Kaufmann <[email protected]>
Co-authored-by: Eric Holscher <[email protected]>1 parent 08e8366 commit f47553a
2 files changed
+70
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
89 | 100 | | |
90 | 101 | | |
91 | 102 | | |
| |||
96 | 107 | | |
97 | 108 | | |
98 | 109 | | |
| 110 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
0 commit comments