.
This commit is contained in:
@@ -14,7 +14,10 @@ release = '5.0'
|
||||
# -- General configuration ---------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
||||
extensions = []
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.viewcode',
|
||||
]
|
||||
|
||||
templates_path = ['_templates']
|
||||
exclude_patterns = []
|
||||
|
@@ -12,9 +12,9 @@ This documentation is structured to provide a clear and detailed overview of the
|
||||
.. note::
|
||||
This project is under development.
|
||||
|
||||
.. code:: console
|
||||
.. code-block:: console
|
||||
$ esp flush
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
Reference in New Issue
Block a user