Use m2r instead of recommonmark

recommonmark does not support markdown tables.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
Christian Heimes 2020-03-20 12:50:30 +01:00 committed by Alexander Bokovoy
parent 145afd68e5
commit a9a225d715
3 changed files with 4 additions and 3 deletions

View File

@ -38,7 +38,7 @@ extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
'recommonmark',
'm2r',
]
# Add any paths that contain templates here, relative to this directory.

View File

@ -1,2 +1,3 @@
recommonmark
# convert markdown to rest
m2r

View File

@ -232,7 +232,7 @@ BuildRequires: python3-wheel
%if 0%{?with_doc}
BuildRequires: python3-sphinx
BuildRequires: python3-recommonmark
BuildRequires: python3-m2r
%endif
#