# HG changeset patch # User Goffi # Date 1669307671 -3600 # Node ID e1ccba0d2b718b42df2ca4f295663b63b92f855f # Parent 5cc6734093a66fe293b94b1a3e2eafb57b19c142 doc: set `language` and use `libervia-media` instead of `sat_media` diff -r 5cc6734093a6 -r e1ccba0d2b71 doc/conf.py --- 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. diff -r 5cc6734093a6 -r e1ccba0d2b71 doc/installation.rst --- 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.