File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ python: 3.7
3
3
install :
4
4
- pip install Sphinx
5
5
- pip install git+https://github.com/bashtage/sphinx-material
6
- - pip install m2r2
6
+ - pip install recommonmark
7
7
script : skip
8
8
deploy :
9
9
- provider : script
Original file line number Diff line number Diff line change 29
29
# Add any Sphinx extension module names here, as strings. They can be
30
30
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
31
31
# ones.
32
- extensions = ['m2r2' , 'sphinx_material' ]
32
+ extensions = ['recommonmark' , 'sphinx_material' ]
33
+
34
+ # see https://www.sphinx-doc.org/en/master/usage/markdown.html
35
+ source_suffix = {
36
+ '.rst' : 'restructuredtext' ,
37
+ '.md' : 'markdown' ,
38
+ }
33
39
34
40
# Add any paths that contain templates here, relative to this directory.
35
41
templates_path = ['_templates' ]
You can’t perform that action at this time.
0 commit comments