Skip to content

Commit

Permalink
documentation: changes from recommonmark package to myst-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
rjhanes committed Dec 8, 2022
1 parent 2d53b43 commit 68f768d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda/tyche.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ channels:
dependencies:
- hypercorn=0.14.3
- matplotlib=3.5.2
- myst-parser=0.18.1
- notebook=6.4.12
- openpyxl=3.0.10
- pip=22.2.2
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'sphinx.ext.autodoc' ,
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'recommonmark' ,
'myst_parser' ,
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

1 comment on commit 68f768d

@rjhanes
Copy link
Collaborator Author

@rjhanes rjhanes commented on 68f768d Dec 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recommonmark is no longer being maintained as of summer 2021; myst-parser is the recommended replacement. For more info see readthedocs/recommonmark#221 and https://myst-parser.readthedocs.io/en/latest/.

Please sign in to comment.