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-21 07:40:34 +02:00
committed by Alexander Bokovoy
parent 145afd68e5
commit a9a225d715
3 changed files with 4 additions and 3 deletions
+1 -1
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.
+2 -1
View File
@@ -1,2 +1,3 @@
recommonmark
# convert markdown to rest
m2r
+1 -1
View File
@@ -232,7 +232,7 @@ BuildRequires: python3-wheel
%if 0%{?with_doc}
BuildRequires: python3-sphinx
BuildRequires: python3-recommonmark
BuildRequires: python3-m2r
%endif
#