From 9030f87e63965f2a24dda6798b14c89b2cb0a569 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 20 Jan 2024 21:51:59 +0100 Subject: [PATCH] DOC: update links --- CONTRIBUTING.md | 2 +- tox.ini | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e3cf2d..af2791a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,4 +3,4 @@ [![Open in Visual Studio Code](https://img.shields.io/badge/vscode-open-blue?logo=visualstudiocode)](https://open.vscode.dev/redeboer/bossdoc) [![GitPod](https://img.shields.io/badge/gitpod-open-blue?logo=gitpod)](https://gitpod.io/#https://github.com/redeboer/bossdoc) -See instructions [here](https://bes3.readthedocs.io/contribute.html). +See instructions [here](https://bes3.readthedocs.io/contribute). diff --git a/tox.ini b/tox.ini index 92086d5..e0ddf7a 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ commands = --color \ --keep-going \ -TW \ - -b dirbuild \ + -b dirhtml \ docs/ docs/_build/html [testenv:doclive] @@ -58,7 +58,7 @@ commands = --re-ignore docs/api/.* \ --watch docs \ --watch src \ - -b dirbuild \ + -b dirhtml \ docs/ docs/_build/html [testenv:docnb] @@ -77,7 +77,7 @@ commands = --color \ --keep-going \ -TW \ - -b dirbuild \ + -b dirhtml \ docs/ docs/_build/html [testenv:linkcheck]