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 9797 'hardlink' : ( 'http://docs.mongodb.org/' + current_git_branch + '/%s' , '' )
9898 }
9999
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+ }
101104
102105# -- Options for HTML output ---------------------------------------------------
103106
Original file line number Diff line number Diff line change 3535# Sphinx variables.
3636SPHINXOPTS = -c ./
3737SPHINXBUILD = 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+
3845PAPER = letter
3946PAPEROPT_a4 = -D latex_paper_size=a4
4047PAPEROPT_letter = -D latex_paper_size=letter
You can’t perform that action at this time.
0 commit comments