Skip to content

Commit

Permalink
fixed sphinx issue
Browse files Browse the repository at this point in the history
TypeError: add_source_parser() positional arguments error in Sphinx v3.0.0
following recommendation sphinx-doc/sphinx#7420 to change m2r to m2r @ git+https://github.com/crossnox/m2r@dev#egg=m2r
sphinx-doc/sphinx#7479
  • Loading branch information
sophiamyang committed Apr 15, 2020
1 parent 073d0fc commit 5a1b1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- flake8
- jinja2
- m2r
- m2r @ git+https://github.com/crossnox/m2r@dev#egg=m2r
- markdown
- pyviz::nbsite
- pyviz::nbsmoke
Expand Down

0 comments on commit 5a1b1b2

Please sign in to comment.