Skip to content

Commit

Permalink
Merge branch 'main' into create-pull-request/patch-1715051577
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored May 20, 2024
2 parents 5b8cb22 + 751d398 commit c53e98e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2

sphinx:
builder: dirhtml
builder: html
configuration: docs/conf.py
fail_on_warning: true

Expand Down
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commands =
sphinx-build \
--keep-going \
-TW \
-b dirhtml \
-b html \
docs/ docs/_build/html
description =
Build documentation and API through Sphinx
Expand Down Expand Up @@ -72,7 +72,7 @@ commands =
--re-ignore docs/api/.* \
--watch docs \
--watch src \
-b dirhtml \
-b html \
docs/ docs/_build/html
description =
Set up a server to directly preview changes to the HTML pages
Expand All @@ -88,7 +88,7 @@ commands =
sphinx-build \
--keep-going \
-TW \
-b dirhtml \
-b html \
docs/ docs/_build/html
description =
Build documentation through Sphinx WITH output of Jupyter notebooks
Expand Down Expand Up @@ -123,7 +123,7 @@ commands =
--re-ignore docs/api/.* \
--watch docs \
--watch src \
-b dirhtml \
-b html \
docs/ docs/_build/html
description =
Set up a server to directly preview changes to the HTML pages
Expand All @@ -139,7 +139,7 @@ allowlist_externals =
commands =
sphinx-build \
--keep-going \
-b dirhtml \
-b html \
-nW \
docs/ docs/_build/html
description =
Expand Down

0 comments on commit c53e98e

Please sign in to comment.