Skip to content

Commit

Permalink
Bug 1851235: Make docs build on Sphinx 7.2.5 (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Michalskie <hel@lcp.world>
  • Loading branch information
justdave and hellcp committed Sep 4, 2023
1 parent b667788 commit 3dbca9b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,5 +391,5 @@
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")}
2 changes: 1 addition & 1 deletion docs/en/rst/installing/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
1 change: 1 addition & 0 deletions docs/en/rst/installing/mysql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rst/installing/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3dbca9b

Please sign in to comment.