Skip to content

Commit b33243f

Browse files
committed
Merge branch 'main' of github.com:readthedocs/readthedocs.org into diataxis/main
2 parents bcf1ded + f86b537 commit b33243f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.circleci/config.yml

-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
- run: tox -e pre-commit
4848
- run: tox -e migrations
4949
- run: tox -e lint
50-
- run: tox -e docs
51-
- run: tox -e docs-dev
5250
- run: scripts/circle/install_node.sh
5351
- run:
5452
name: Add node to the path

.readthedocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ formats: all
44

55
sphinx:
66
configuration: docs/conf.py
7+
fail_on_warning: true
78

89
python:
910
install:

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ allowlist_externals =
2929
sh
3030
git
3131

32+
# This is NOT run in CI builds, it can be used locally for convenience
3233
[testenv:docs]
3334
description = Build readthedocs user documentation
3435
changedir = {toxinidir}/docs
@@ -39,6 +40,7 @@ setenv =
3940
commands =
4041
sphinx-build -W --keep-going -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
4142

43+
# This is NOT run in CI builds, it can be used locally for convenience
4244
[testenv:docs-dev]
4345
description = Build readthedocs developer documentation
4446
changedir = {toxinidir}/docs

0 commit comments

Comments
 (0)