Skip to content

Commit e4b18c2

Browse files
committed
fixup css; install link
1 parent 3a9164c commit e4b18c2

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

build/sphinx/mongoc-theme/static/mongoc.css_t

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -307,15 +307,10 @@ div.body ol > li:before {
307307
text-align: left;
308308
}
309309

310-
div.body p,
311-
div.body dd,
312-
div.body li {
313-
line-height: 1.4em;
314-
}
310+
315311
div.body p, div.body dd, div.body li,
316312
div.body blockquote {
317313
hyphens: none;
318-
text-align: justify;
319314
}
320315

321316
div.admonition p.admonition-title + p {

src/libmongoc/doc/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Building from a release tarball
105105

106106
Unless you intend to contribute to mongo-c-driver and/or libbson, you will want to build from a release tarball.
107107

108-
The most recent release of libmongoc and libbson, both of which are included in mongo-c-driver, can be downloaded here <https://github.com/mongodb/mongo-c-driver/releases/latest>. The instructions in this document utilize ``cmake``'s out-of-source build feature to keep build artifacts separate from source files.
108+
The most recent release of libmongoc and libbson, both of which are included in mongo-c-driver, can be `downloaded here <https://github.com/mongodb/mongo-c-driver/releases/latest>`_. The instructions in this document utilize ``cmake``'s out-of-source build feature to keep build artifacts separate from source files.
109109

110110
The following snippet will download and extract the driver, and configure it:
111111

0 commit comments

Comments
 (0)