docs.libre.is initial setup

This commit is contained in:
Jeff Moe 2024-09-02 06:33:07 -06:00
parent 842c4d5891
commit 9ffc25deb5

View file

@ -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 <docs-libre-is@libre.is>"
]
@ -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__)