Skip to content

Commit

Permalink
The examples page is broken because we removed m2r2 but examples.rst …
Browse files Browse the repository at this point in the history
…still uses mdinclude directive:

We should change this to use MyST parser instead:
examples.rst
Done

Let's just focus on fixing the mdinclude directive in examples.rst to use MyST parser instead:
  • Loading branch information
endolith committed Nov 18, 2024
1 parent fb0d66d commit 8e31c6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.. mdinclude:: ../examples/README.md
.. include:: ../examples/README.md
:parser: myst_parser.sphinx_

0 comments on commit 8e31c6f

Please sign in to comment.