diff --git a/docs/_source/docs-libre-is.rst b/docs/_source/docs-libre-is.rst index a6f00cb..a0fc79d 100644 --- a/docs/_source/docs-libre-is.rst +++ b/docs/_source/docs-libre-is.rst @@ -80,7 +80,7 @@ Create poetry file `pyproject.toml`: [tool.poetry] name = "docs-libre-is" - description = "Libre Developer Documentation." + description = "Libre User Documentation." authors = [ "Libre Documentation Developers " ] @@ -356,23 +356,17 @@ Example file. .. code-block:: RST - ============================== - Libre Developers Documentation - ============================== + ======================== + Libre User Documentation + ======================== - Libre developers documentation. + Libre users documentation. * All the things .. toctree:: about - libre-is - code-libre-is - docs-libre-is - docs-libre-is - forms-libre-is - mail-libre-is license :maxdepth: 2 :caption: Contents: @@ -389,7 +383,7 @@ docs/_source/conf.py import sys, os import sphinx.util.logging - sys.path.append("../../src/docs-libre-is") + # sys.path.append("../../src/docs-libre-is") logger = sphinx.util.logging.getLogger(__name__)