Skip to content

Commit 9f6b0a5

Browse files
committed
Clean up some warnings
1 parent e392d7c commit 9f6b0a5

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ def has(self, *args):
144144
html_title = conf.project.title
145145
htmlhelp_basename = 'MongoDBdoc'
146146

147-
html_logo = sconf.logo
148147
html_static_path = sconf.paths.static
149148

150149
html_copy_source = False

source/reference/method/rs.status.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ rs.status()
1212

1313
.. method:: rs.status()
1414

15-
:returns:
16-
17-
A :ref:`document <rs-status-output>` with status information.
15+
:returns: A :ref:`document <rs-status-output>` with status
16+
information.
1817

1918
This output reflects the current status of the replica set, using
2019
data derived from the heartbeat packets sent by the other members

source/release-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fixes and backwards-compatible changes.
5050

5151
The version numbering system for MongoDB differs from the system
5252
used for the MongoDB drivers. Drivers use only the first number to indicate
53-
a major version. For details, see :ref:`drivers-version-numbers`.
53+
a major version.
5454

5555
.. example:: Version numbers
5656

0 commit comments

Comments
 (0)