Skip to content

Commit

Permalink
Setting up Markdown support
Browse files Browse the repository at this point in the history
  • Loading branch information
HGSilveri committed Dec 9, 2024
1 parent 9a32a2b commit c0d4838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sphinx_autodoc_typehints == 1.21.3
nbsphinx
nbsphinx-link
ipython >= 8.10 # Avoids bug with code highlighting
myst-parser

# Not on PyPI
# pandoc
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"myst_parser",
"nbsphinx",
"nbsphinx_link",
"sphinx.ext.autodoc",
Expand Down

0 comments on commit c0d4838

Please sign in to comment.