Skip to content

Commit 81b3a1f

Browse files
committed
CDRIVER-1979 simpler config, copyrights
1 parent 5feaf3e commit 81b3a1f

File tree

5 files changed

+3
-32
lines changed

5 files changed

+3
-32
lines changed

doc/Makefile.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
EXTRA_DIST += $(wildcard doc/*.rst)
22

3-
# TODO: remove libbson-objects.inv once libbson's Sphinx docs are on mongoc.org
43
EXTRA_DIST += \
54
doc/conf.py \
65
doc/githubpages.py \
7-
doc/libbson-objects.inv \
86
doc/mongoc/__init__.py \
97
doc/mongoc-theme/globaltoc.html \
108
doc/mongoc-theme/layout.html \

doc/conf.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,14 @@
77

88
extensions = [
99
'mongoc',
10-
'githubpages',
1110
'taglist',
1211
'sphinx.ext.intersphinx',
1312
]
1413

1514
intersphinx_mapping = {
16-
# TODO: update to mongoc.org once libbson 1.6.0 is released, replace
17-
# 'libbson-objects.inv' here with None and delete the file. Remove from
18-
# doc/Makefile.am too.
19-
'bson': ('https://s3.amazonaws.com/mciuploads/libbson/docs/latest/',
20-
'libbson-objects.inv'),
15+
# TODO: update to http://mongoc.org/libbson/%(version)s once libbson 1.6.0
16+
# is released.
17+
'bson': ('http://mongoc.org/libbson/current', None),
2118
}
2219

2320
# General information about the project.

doc/githubpages.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

doc/libbson-objects.inv

-2.69 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)