Skip to content

Commit 6095d8e

Browse files
committed
Use iconb instead of icon
1 parent d4c0572 commit 6095d8e

5 files changed

+8
-6
lines changed

conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ def has(self, *args):
3232

3333
needs_sphinx = '1.0'
3434

35+
#--- the following is a list of python files
36+
3537
extensions = [
3638
'sphinx.ext.extlinks',
3739
'sphinx.ext.todo',

source/includes/steps-install-mongodb-on-windows-interactive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ content: |
66
a. Open a web browser and visit the |mdb-download-link|.
77
88
#. The Download Center should display the
9-
:guilabel:`Current Stable Release` and have the :icon:`windows`
9+
:guilabel:`Current Stable Release` and have the :iconb:`windows`
1010
:guilabel:`Windows` tab selected. If that tab is not selected,
1111
click that tab.
1212

source/includes/steps-install-mongodb-on-windows-unattended.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ content: |
66
a. Open a web browser and visit the |mdb-download-link|.
77
88
#. The Download Center should display the
9-
:guilabel:`Current Stable Release` and have the :icon:`windows`
9+
:guilabel:`Current Stable Release` and have the :iconb:`windows`
1010
:guilabel:`Windows` tab selected. If that tab is not selected,
1111
click that tab.
1212

source/tutorial/install-mongodb-enterprise-on-windows.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ To start ``cmd.exe`` with Administrative privileges:
3737

3838
1. `Open the Start menu <https://support.microsoft.com/en-us/help/4028294/windows-open-the-start-menu>`__.
3939

40-
- Press the :icon:`windows` key.
40+
- Press the :iconb:`windows` key.
4141

42-
- Click on the :guilabel:`Start` :icon:`windows` icon at the left
42+
- Click on the :guilabel:`Start` :iconb:`windows` icon at the left
4343
end of the taskbar.
4444

4545
#. Type ``cmd.exe`` in the search box.

source/tutorial/install-mongodb-on-windows.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ To start ``cmd.exe`` with Administrative privileges:
3737

3838
1. `Open the Start menu <https://support.microsoft.com/en-us/help/4028294/windows-open-the-start-menu>`__.
3939

40-
- Press the :icon:`windows` key.
40+
- Press the :iconb:`windows` key.
4141

42-
- Click on the :guilabel:`Start` :icon:`windows` icon at the left
42+
- Click on the :guilabel:`Start` :iconb:`windows` icon at the left
4343
end of the taskbar.
4444

4545
#. Type ``cmd.exe`` in the search box.

0 commit comments

Comments
 (0)