Skip to content

Commit

Permalink
feat: Add support for markdown docs.
Browse files Browse the repository at this point in the history
This will allow us to write documentation in either markdown or RST and
it can cross link and the documenter can use whichever they want.

This uses the MyST parser which documents how to write common sphinxs
concepts in markdown: https://myst-parser.readthedocs.io/en/latest/index.html
  • Loading branch information
feanil committed Jan 23, 2025
1 parent 25986c2 commit d41f42a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ sphinxcontrib-images
sphinxcontrib-contentui
sphinxext-rediraffe
sphinx-tags
myst_parser
3 changes: 2 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"sphinxcontrib.mermaid",
"sphinx.ext.intersphinx",
"sphinxext.rediraffe",
"sphinx_tags"
"sphinx_tags",
"myst_parser",
]

# Extension Configuration
Expand Down

0 comments on commit d41f42a

Please sign in to comment.