Skip to content

Commit

Permalink
feat(sphinx): Add support for markdown #49
Browse files Browse the repository at this point in the history
* myst_parser added to conf.py
* requirements updated to include MySt

closes #49
  • Loading branch information
imAsparky committed Jul 12, 2021
1 parent 8446c68 commit ab2b705
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Expand Up @@ -30,6 +30,7 @@
# ones.
extensions = [
"sphinx_rtd_theme",
"myst_parser",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Expand Up @@ -23,10 +23,13 @@ imagesize==1.2.0
iniconfig==1.1.1
Jinja2==3.0.1
kiwisolver==1.3.1
markdown-it-py==1.1.0
MarkupSafe==2.0.1
matplotlib==3.4.2
mccabe==0.6.1
mdit-py-plugins==0.2.8
mypy-extensions==0.4.3
myst-parser==0.15.1
networkx==2.6.1
nodeenv==1.6.0
numpy==1.21.0
Expand Down

0 comments on commit ab2b705

Please sign in to comment.