Skip to content

Commit

Permalink
Re-add warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Dec 2, 2023
1 parent b584288 commit 99d7dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build:
# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/src/conf.py
fail_on_warning: true

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ deps =

commands =
python -m pip install .
sphinx-build {posargs:-E} -b html docs/src docs/build/html
sphinx-build {posargs:-E} -W -b html docs/src docs/build/html

[flake8]
# longer lines for compatibility with other linters
Expand Down

0 comments on commit 99d7dc3

Please sign in to comment.