Skip to content

Commit

Permalink
DOC: remove .html from page URLs (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Jan 20, 2024
1 parent 3dafc9f commit bc06463
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: html
builder: dirhtml
configuration: docs/conf.py
fail_on_warning: true

Expand Down
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ commands =
sphinx-build \
--keep-going \
-TW \
-b html \
-b dirhtml \
docs/ docs/_build/html
description =
Build documentation and API through Sphinx
Expand Down Expand Up @@ -66,6 +66,7 @@ commands =
--re-ignore docs/_build/.* \
--re-ignore docs/api \
--watch docs \
-b dirhtml \
docs/ docs/_build/html
description =
Set up a server to directly preview changes to the HTML pages
Expand All @@ -80,7 +81,7 @@ commands =
sphinx-build \
--keep-going \
-TW \
-b html \
-b dirhtml \
docs/ docs/_build/html
description =
Build documentation through Sphinx WITH output of Jupyter notebooks
Expand Down Expand Up @@ -111,6 +112,7 @@ commands =
--re-ignore docs/_build/.* \
--re-ignore docs/api \
--watch docs \
-b dirhtml \
docs/ docs/_build/html
description =
Set up a server to directly preview changes to the HTML pages
Expand Down

0 comments on commit bc06463

Please sign in to comment.