File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Minimal makefile for Sphinx documentation
2
2
#
3
3
4
- # You can set these variables from the command line.
5
- SPHINXOPTS =
6
- SPHINXBUILD = sphinx-build
7
- SOURCEDIR = {{ rsrcdir }}
8
- BUILDDIR = {{ rbuilddir }}
4
+ # You can set these variables from the command line. For example:
5
+ # SPHINXOPTS='-E -W -n' make html
6
+ # will run the html builder in a clean environment (-E), treating warnings
7
+ # as errors (-W), in nitpicky mode (-n).
8
+ SPHINXOPTS ?=
9
+ SPHINXBUILD ?= sphinx-build
10
+ SOURCEDIR ?= {{ rsrcdir }}
11
+ BUILDDIR ?= {{ rbuilddir }}
9
12
10
13
# Put it first so that "make" without argument is like "make help".
11
14
help:
Original file line number Diff line number Diff line change 1
- from test_utils import get_rendered_file , get_file_content
1
+ from test_utils import get_file_content , get_rendered_file
2
2
3
3
4
4
def test_setup ():
Original file line number Diff line number Diff line change 1
1
import os
2
+
2
3
from moban .jinja2 .engine import Engine
3
4
4
5
PATH_TO_TEMPLATES = './templates'
You can’t perform that action at this time.
0 commit comments