Skip to content

Commit 7fea4ed

Browse files
committed
Clean up some warnings
1 parent c8ad2fe commit 7fea4ed

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
@@ -133,7 +133,6 @@ def has(self, *args):
133133
html_title = conf.project.title
134134
htmlhelp_basename = 'MongoDBdoc'
135135

136-
html_logo = sconf.logo
137136
html_static_path = sconf.paths.static
138137

139138
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
@@ -51,7 +51,7 @@ fixes and backwards-compatible changes.
5151

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

5656
.. example:: Version numbers
5757

0 commit comments

Comments
 (0)