Add m2r to requirements
This commit is contained in:
parent
015d5f65a7
commit
aa59eb31ec
@ -14,7 +14,7 @@ import os
|
||||
import sys
|
||||
import inspect
|
||||
import enchant
|
||||
|
||||
import m2r
|
||||
|
||||
|
||||
sys.path.insert(0, os.path.abspath('../../'))
|
||||
@ -140,6 +140,7 @@ extensions = {
|
||||
'sphinx.ext.inheritance_diagram',
|
||||
'sphinx_autodoc_typehints',
|
||||
'sphinxcontrib.spelling',
|
||||
# 'm2r'
|
||||
|
||||
|
||||
}
|
||||
|
@ -14,3 +14,4 @@ sphinx-rtd-theme==0.5.1
|
||||
sphinx-autodoc-typehints==1.11.1
|
||||
pyenchant==3.2.0
|
||||
sphinxcontrib-spelling==7.1.0
|
||||
m2r == 0.2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user