Skip to content

Commit

Permalink
Use m2r2 for now to fix build
Browse files Browse the repository at this point in the history
Until Sphinx upstream moves to a different markdown converter,
m2r2 would fix builds.
Issue:
sphinx-doc/sphinx#7420
See also:
miyakogi/m2r#55 (comment)
  • Loading branch information
orangecms committed Aug 9, 2020
1 parent 4a22479 commit 4a34f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python: 3.7
install:
- pip install Sphinx
- pip install git+https://github.com/bashtage/sphinx-material
- pip install m2r
- pip install m2r2
script: skip
deploy:
- provider: script
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['m2r', 'sphinx_material']
extensions = ['m2r2', 'sphinx_material']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 4a34f50

Please sign in to comment.