Add m2r to requirements

This commit is contained in:
Степаненко Ольга 2021-04-25 17:59:34 +03:00
parent 015d5f65a7
commit aa59eb31ec
2 changed files with 3 additions and 1 deletions

View File

@ -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'
}

View File

@ -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