mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
fix conf
This commit is contained in:
+9
-3
@@ -4,10 +4,16 @@ build:
|
|||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.12"
|
python: "3.12"
|
||||||
|
jobs:
|
||||||
|
post_create_environment:
|
||||||
|
- apt-get update && apt-get install -y gettext
|
||||||
|
post_install:
|
||||||
|
- sphinx-build -b gettext . _build/gettext
|
||||||
|
- sphinx-intl update -p _build/gettext -l en
|
||||||
|
|
||||||
|
sphinx:
|
||||||
|
configuration: docs/conf.py
|
||||||
|
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
- requirements: docs/requirements.txt
|
- requirements: docs/requirements.txt
|
||||||
|
|
||||||
sphinx:
|
|
||||||
configuration: docs/conf.py
|
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
project = "Argenta"
|
project = "Argenta"
|
||||||
copyright = "2025, kolo"
|
copyright = "2025, kolo"
|
||||||
author = "kolo"
|
author = "kolo"
|
||||||
master_doc = "root/index"
|
root_doc = "root/index"
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||||
|
|||||||
@@ -22,6 +22,6 @@
|
|||||||
4. **Запуск приложения**, запускаем приложение как обычный процесс.
|
4. **Запуск приложения**, запускаем приложение как обычный процесс.
|
||||||
|
|
||||||
|
|
||||||
.. image:: https://github.com/koloideal/Argenta/blob/docs/create_docs/imgs/mock_app_preview5.png?raw=true
|
.. image:: https://github.com/koloideal/Argenta/blob/docs/create_docs/imgs/mock_app_preview6.png?raw=true
|
||||||
:alt: Quickstart Example
|
:alt: Quickstart Example
|
||||||
|
|
||||||
Reference in New Issue
Block a user