Skip to content

Commit a19aeca

Browse files
committed
Clean up some warnings
1 parent caf5bb7 commit a19aeca

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
@@ -148,7 +148,6 @@ def has(self, *args):
148148
html_title = conf.project.title
149149
htmlhelp_basename = 'MongoDBdoc'
150150

151-
html_logo = sconf.logo
152151
html_static_path = sconf.paths.static
153152

154153
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
@@ -68,7 +68,7 @@ fixes and backwards-compatible changes.
6868

6969
The version numbering system for MongoDB differs from the system
7070
used for the MongoDB drivers. Drivers use only the first number to indicate
71-
a major version. For details, see :ref:`drivers-version-numbers`.
71+
a major version.
7272

7373
.. example:: Version numbers
7474

0 commit comments

Comments
 (0)