File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 47
47
- run : tox -e pre-commit
48
48
- run : tox -e migrations
49
49
- run : tox -e lint
50
- - run : tox -e docs
51
- - run : tox -e docs-dev
52
50
- run : scripts/circle/install_node.sh
53
51
- run :
54
52
name : Add node to the path
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ formats: all
4
4
5
5
sphinx :
6
6
configuration : docs/conf.py
7
+ fail_on_warning : true
7
8
8
9
python :
9
10
install :
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ allowlist_externals =
29
29
sh
30
30
git
31
31
32
+ # This is NOT run in CI builds, it can be used locally for convenience
32
33
[testenv:docs]
33
34
description = Build readthedocs user documentation
34
35
changedir = {toxinidir}/docs
@@ -39,6 +40,7 @@ setenv =
39
40
commands =
40
41
sphinx-build -W --keep-going -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
41
42
43
+ # This is NOT run in CI builds, it can be used locally for convenience
42
44
[testenv:docs-dev]
43
45
description = Build readthedocs developer documentation
44
46
changedir = {toxinidir}/docs
You can’t perform that action at this time.
0 commit comments