File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 97
97
'hardlink' : ( 'http://docs.mongodb.org/' + current_git_branch + '/%s' , '' )
98
98
}
99
99
100
- intersphinx_mapping = {'pymongo' : ('http://api.mongodb.org/python/current/' , None )}
100
+ intersphinx_mapping = {
101
+ 'pymongo' : ('http://api.mongodb.org/python/current/' , None ),
102
+ 'python' : ('http://docs.python.org/' , None )
103
+ }
101
104
102
105
# -- Options for HTML output ---------------------------------------------------
103
106
Original file line number Diff line number Diff line change 35
35
# Sphinx variables.
36
36
SPHINXOPTS = -c ./
37
37
SPHINXBUILD = sphinx-build
38
+
39
+ ifdef NITPICK
40
+ timestamp := $(shell date +% Y% m% d% H% M)
41
+ SPHINXOPTS += -n
42
+ SPHINXOPTS += -w $(branch-output ) /build.$(timestamp ) .log
43
+ endif
44
+
38
45
PAPER = letter
39
46
PAPEROPT_a4 = -D latex_paper_size=a4
40
47
PAPEROPT_letter = -D latex_paper_size=letter
You can’t perform that action at this time.
0 commit comments