Skip to content

Commit 1e433d1

Browse files
committed
Clean up some warnings
1 parent dce7f0b commit 1e433d1

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

150-
html_logo = sconf.logo
151150
html_static_path = sconf.paths.static
152151

153152
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
@@ -76,7 +76,7 @@ fixes and backwards-compatible changes.
7676

7777
The version numbering system for MongoDB differs from the system
7878
used for the MongoDB drivers. Drivers use only the first number to indicate
79-
a major version. For details, see :ref:`drivers-version-numbers`.
79+
a major version.
8080

8181
.. example:: Version numbers
8282

0 commit comments

Comments
 (0)