Skip to content

Commit

Permalink
Change recommonmark to myst-parser in the rever file
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jun 29, 2020
1 parent 3063177 commit 1900752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rever.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run_tests():

@activity
def build_docs():
with run_in_conda_env(['python=3.8', 'sphinx', 'recommonmark']):
with run_in_conda_env(['python=3.8', 'sphinx', 'myst-parser']):
cd docs
make html
cd ..
Expand Down

0 comments on commit 1900752

Please sign in to comment.