]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1851235: Make docs build on Sphinx 7.2.5 (#139)
authorDave Miller <github@justdave.net>
Mon, 4 Sep 2023 05:24:28 +0000 (01:24 -0400)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2023 05:24:28 +0000 (01:24 -0400)
Co-authored-by: Jacob Michalskie <hel@lcp.world>
docs/en/rst/conf.py
docs/en/rst/installing/linux.rst
docs/en/rst/installing/mysql.rst
docs/en/rst/installing/quick-start.rst

index 34acb4778a778e06590a1f2a52a558d1c66ca2fe..eec01c5318bdaf398323da77d99c5f01f140c210 100644 (file)
@@ -391,5 +391,5 @@ if on_rtd:
 else:
     base_api_url = '../integrating/api/'
 
-extlinks = {'bug': ('https://bugzilla.mozilla.org/show_bug.cgi?id=%s', 'bug  '),
-            'api': (base_api_url + '%s', '')}
+extlinks = {'bug': ('https://bugzilla.mozilla.org/show_bug.cgi?id=%s', 'bug  %s'),
+            'api': (base_api_url + '%s', "%s")}
index 084ddd845ae59a210f560250bf0fbbc450a397f3..49639e1f5103a3d7a40eb2794fc8c7614fb4099f 100644 (file)
@@ -29,7 +29,7 @@ want to use a different database or webserver, substitute the package
 names as appropriate.
 
 Fedora, CentOS Stream and RHEL
-------------------
+------------------------------
 
 The following command will install Fedora's packaged version of Bugzilla:
 
index 5ad0a994f83e576380446d24a885cc04db6f6550..02ce984d08cc047c4ca48d2cb783e9a400dbe6fc 100644 (file)
@@ -147,6 +147,7 @@ command-line client and enter the following, replacing ``$bugs_db``
 with your Bugzilla database name (which is ``bugs`` by default):
 
 .. code-block:: sql
+   :force:
 
     USE $bugs_db;
     
index fa928a9d3ff6fd4147ecdc83813497c3cd399876..3fffb92a3ac10072e511d8d66bc6392424779bd1 100644 (file)
@@ -69,7 +69,7 @@ second command to finish. If you start another terminal, you will need to
 :command:`sudo su` again.
 
 Configure MariaDB
-===============
+=================
 
 The following instructions use the simple :file:`nano` editor, but feel
 free to use any text editor you are comfortable with.