mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
Use m2r instead of recommonmark
recommonmark does not support markdown tables. Signed-off-by: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
145afd68e5
commit
a9a225d715
@ -38,7 +38,7 @@ extensions = [
|
|||||||
'sphinx.ext.intersphinx',
|
'sphinx.ext.intersphinx',
|
||||||
'sphinx.ext.viewcode',
|
'sphinx.ext.viewcode',
|
||||||
'sphinx.ext.githubpages',
|
'sphinx.ext.githubpages',
|
||||||
'recommonmark',
|
'm2r',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
recommonmark
|
# convert markdown to rest
|
||||||
|
m2r
|
||||||
|
|
||||||
|
@ -232,7 +232,7 @@ BuildRequires: python3-wheel
|
|||||||
|
|
||||||
%if 0%{?with_doc}
|
%if 0%{?with_doc}
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
BuildRequires: python3-recommonmark
|
BuildRequires: python3-m2r
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user