sphinx
This commit is contained in:
parent
b88b8cff79
commit
9466cf6723
7 changed files with 16 additions and 12 deletions
|
@ -36,9 +36,9 @@ RTFD
|
|||
public/parted/index
|
||||
public/pdftk/index
|
||||
public/python3/index
|
||||
public/python3-sphinx/index
|
||||
public/rsync/index
|
||||
public/smtp/index
|
||||
public/sphinx/index
|
||||
public/squashfs-tools/index
|
||||
public/systemd/index
|
||||
public/tar/index
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
*******
|
||||
Install
|
||||
*******
|
||||
|
||||
.. code:: shell
|
||||
|
||||
python3-sphinx
|
||||
python3-sphinx-rtd-theme
|
||||
python3-recommonmark
|
|
@ -1,5 +1,5 @@
|
|||
python3-sphinx
|
||||
==============
|
||||
sphinx
|
||||
======
|
||||
|
||||
.. toctree::
|
||||
|
13
in/public/sphinx/install.rst
Normal file
13
in/public/sphinx/install.rst
Normal file
|
@ -0,0 +1,13 @@
|
|||
Install
|
||||
=======
|
||||
|
||||
.. code:: shell
|
||||
|
||||
apt install python3-sphinx
|
||||
apt install python3-sphinx-rtd-theme
|
||||
|
||||
* if markdown documents
|
||||
|
||||
.. code:: shell
|
||||
|
||||
apt install python3-recommonmark
|
Loading…
Reference in a new issue