pandoc,python3-sphinx

This commit is contained in:
Marc Beninca 2019-08-25 10:59:02 +02:00
parent 9f4f049871
commit b85723fbd1
9 changed files with 6 additions and 8 deletions

View file

@ -0,0 +1,4 @@
Build documentation
===================
.. todo:: command line and conf.py

View file

@ -0,0 +1,13 @@
***********************
Configure documentation
***********************
MarkDown
========
.. code:: python3
source_parsers = {
'.md': 'recommonmark.parser.CommonMarkParser',
}
source_suffix = ['.rst', '.md']

View file

@ -0,0 +1,3 @@
********************
Create documentation
********************

View file

@ -0,0 +1,9 @@
python3-sphinx
==============
.. toctree::
install
configure
create
build

View file

@ -0,0 +1,9 @@
*******
Install
*******
.. code:: shell
python3-sphinx
python3-sphinx-rtd-theme
python3-recommonmark