File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed
Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ input : docs
2+ output : docs/_build
3+ requirements : requirements.txt
4+ target : gh-pages
5+ formats : [ html ]
6+ theme : https://codeload.github.com/buildthedocs/sphinx.theme/tar.gz/v1
Original file line number Diff line number Diff line change 1+ SPHINXOPTS =
2+ SPHINXBUILD = sphinx-build
3+ PAPER =
4+ BUILDDIR = _build
5+
6+ PAPEROPT_a4 = -D latex_paper_size=a4
7+ PAPEROPT_letter = -D latex_paper_size=letter
8+ ALLSPHINXOPTS = -d $(BUILDDIR ) /doctrees -T -D language=en $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) .
9+
10+ # ---
11+
12+ man :
13+ $(SPHINXBUILD ) -b man $(ALLSPHINXOPTS ) $(BUILDDIR ) /man
14+
15+ # ---
16+
17+ html :
18+ $(SPHINXBUILD ) -b html $(ALLSPHINXOPTS ) $(BUILDDIR ) /html
19+
20+ # ---
21+
22+ latex :
23+ $(SPHINXBUILD ) -b latex $(ALLSPHINXOPTS ) $(BUILDDIR ) /latex
Original file line number Diff line number Diff line change 5252 "home_breadcrumbs" : False ,
5353}
5454
55+ html_context = {}
5556ctx = Path (__file__ ).resolve ().parent / 'context.json'
5657if ctx .is_file ():
5758 html_context .update (loads (ctx .open ('r' ).read ()))
You can’t perform that action at this time.
0 commit comments