From: Dave Miller Date: Mon, 4 Sep 2023 05:24:28 +0000 (-0400) Subject: Bug 1851235: Make docs build on Sphinx 7.2.5 (#139) X-Git-Tag: bugzilla-5.2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dbca9bf8e2e6541203f043244639e6557846506;p=thirdparty%2Fbugzilla.git Bug 1851235: Make docs build on Sphinx 7.2.5 (#139) Co-authored-by: Jacob Michalskie --- diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index 34acb4778a..eec01c5318 100644 --- a/docs/en/rst/conf.py +++ b/docs/en/rst/conf.py @@ -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")} diff --git a/docs/en/rst/installing/linux.rst b/docs/en/rst/installing/linux.rst index 084ddd845a..49639e1f51 100644 --- a/docs/en/rst/installing/linux.rst +++ b/docs/en/rst/installing/linux.rst @@ -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: diff --git a/docs/en/rst/installing/mysql.rst b/docs/en/rst/installing/mysql.rst index 5ad0a994f8..02ce984d08 100644 --- a/docs/en/rst/installing/mysql.rst +++ b/docs/en/rst/installing/mysql.rst @@ -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; diff --git a/docs/en/rst/installing/quick-start.rst b/docs/en/rst/installing/quick-start.rst index fa928a9d3f..3fffb92a3a 100644 --- a/docs/en/rst/installing/quick-start.rst +++ b/docs/en/rst/installing/quick-start.rst @@ -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.