File tree 3 files changed +12
-216
lines changed
3 files changed +12
-216
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,7 @@ python:
13
13
- requirements : requirements.txt
14
14
- method : pip
15
15
path : .
16
+
17
+ sphinx :
18
+ fail_on_warning : false
19
+ configuration : docs/source/conf.py
Original file line number Diff line number Diff line change 2
2
#
3
3
4
4
# You can set these variables from the command line.
5
- SPHINXOPTS = # "-W" treats warnings as errors
6
- SPHINXBUILD ? = sphinx-multiversion
7
- SOURCEDIR = .
5
+ SPHINXOPTS =
6
+ SPHINXBUILD = sphinx-build
7
+ SOURCEDIR = source
8
8
BUILDDIR ?= _build
9
9
10
10
# Put it first so that "make" without argument is like "make help".
24
24
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
25
25
% : Makefile
26
26
@$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
27
+
28
+ doctest :
29
+ $(SPHINXBUILD ) -b doctest $(SOURCEDIR ) $(BUILDDIR ) /doctest
30
+ @echo " Testing of doctests in the sources finished, look at the " \
31
+ " results in $( BUILDDIR) /doctest/output.txt"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments