Skip to content

Commit

Permalink
fixed myst_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
philzook58 committed May 29, 2024
1 parent 0d10af4 commit f404345
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# knuckledragger
# Introduction

Knuckledragger is an attempt at creating a down to earth, highly automated interactive proof assistant in python. It is not attempting to be the most interesting, expressive, or flexible logic in the world. The goal is to support applications like software verification, calculus, equational reasoning, and numerical bounds.

Expand Down
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
".rst": "restructuredtext",
".md": "markdown",
}

# Optionally, ensure that MyST is the default parser for Markdown files
source_parsers = {
".md": "myst_parser",
}
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Welcome to knuckledragger's documentation!
==========================================

.. include:: ../README.md
:parser: myst_parser.sphinx_

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit f404345

Please sign in to comment.