docs.libre.is initial setup
This commit is contained in:
parent
842c4d5891
commit
9ffc25deb5
|
@ -80,7 +80,7 @@ Create poetry file `pyproject.toml`:
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "docs-libre-is"
|
name = "docs-libre-is"
|
||||||
description = "Libre Developer Documentation."
|
description = "Libre User Documentation."
|
||||||
authors = [
|
authors = [
|
||||||
"Libre Documentation Developers <docs-libre-is@libre.is>"
|
"Libre Documentation Developers <docs-libre-is@libre.is>"
|
||||||
]
|
]
|
||||||
|
@ -356,23 +356,17 @@ Example file.
|
||||||
|
|
||||||
.. code-block:: RST
|
.. code-block:: RST
|
||||||
|
|
||||||
==============================
|
========================
|
||||||
Libre Developers Documentation
|
Libre User Documentation
|
||||||
==============================
|
========================
|
||||||
|
|
||||||
Libre developers documentation.
|
Libre users documentation.
|
||||||
|
|
||||||
* All the things
|
* All the things
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
about
|
about
|
||||||
libre-is
|
|
||||||
code-libre-is
|
|
||||||
docs-libre-is
|
|
||||||
docs-libre-is
|
|
||||||
forms-libre-is
|
|
||||||
mail-libre-is
|
|
||||||
license
|
license
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Contents:
|
:caption: Contents:
|
||||||
|
@ -389,7 +383,7 @@ docs/_source/conf.py
|
||||||
import sys, os
|
import sys, os
|
||||||
import sphinx.util.logging
|
import sphinx.util.logging
|
||||||
|
|
||||||
sys.path.append("../../src/docs-libre-is")
|
# sys.path.append("../../src/docs-libre-is")
|
||||||
|
|
||||||
logger = sphinx.util.logging.getLogger(__name__)
|
logger = sphinx.util.logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue