Mercurial > libervia-web
changeset 1502:e1ccba0d2b71
doc: set `language` and use `libervia-media` instead of `sat_media`
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 24 Nov 2022 17:34:31 +0100 |
parents | 5cc6734093a6 |
children | 2796e73ed50c |
files | doc/conf.py doc/installation.rst |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/conf.py Thu Oct 06 17:26:31 2022 +0200 +++ b/doc/conf.py Thu Nov 24 17:34:31 2022 +0100 @@ -67,7 +67,7 @@ # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = "en" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.
--- a/doc/installation.rst Thu Oct 06 17:26:31 2022 +0200 +++ b/doc/installation.rst Thu Nov 24 17:34:31 2022 +0100 @@ -56,7 +56,7 @@ If you haven't done it for the backend, you need to install the media:: $ cd - $ hg clone https://repos.goffi.org/sat_media + $ hg clone https://repos.goffi.org/libervia-media then, create the directory ``~/.config/libervia``:: @@ -67,9 +67,9 @@ .. sourcecode:: cfg [DEFAULT] - media_dir = ~/sat_media + media_dir = ~/libervia-media -Of course, replace ``~/sat_media`` with the actual path you have used. +Of course, replace ``~/libervia-media`` with the actual path you have used. Please check backend documentation for more details on the settings.