HOWTO build dev.libre.is

This commit is contained in:
Jeff Moe 2024-08-31 14:50:20 -06:00
parent 3bc4410df6
commit 7eb193df43
3 changed files with 69 additions and 0 deletions

View file

@ -0,0 +1,26 @@
dev.libre.is
============
Documentation for this present site.
`<https://dev.libre.is/>`_
Build
=====
HOWTO build this site.
.. code-block:: sh
git clone https://code.libre.is/libre/dev-libre-is
# or
git clone git@code.libre.is:libre/dev-libre-is.git
cd dev-libre-is/
python -m venv venv
source venv/bin/activate
pip install -U pip poetry
poetry install
make clean
make all
rsync -ultav docs/_build/html/ dev-libre-is:/var/www/html/dev-libre-is/

View file

@ -10,6 +10,7 @@ Libre developers documentation.
.. toctree::
about
code-libre-is
dev-libre-is
license
:maxdepth: 2
:caption: Contents:

View file

@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2024, Jeff Moe
# This file is distributed under the same license as the Libre Developers
# Documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Libre Developers Documentation 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-31 14:49-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
"Language-Team: en <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.16.0\n"
#: ../../../_source/dev-libre-is.rst:2
msgid "dev.libre.is"
msgstr ""
#: ../../../_source/dev-libre-is.rst:3
msgid "Documentation for this present site."
msgstr ""
#: ../../../_source/dev-libre-is.rst:5
msgid "`<https://dev.libre.is/>`_"
msgstr ""
#: ../../../_source/dev-libre-is.rst:9
msgid "Build"
msgstr ""
#: ../../../_source/dev-libre-is.rst:10
msgid "HOWTO build this site."
msgstr ""