Skip to content

Commit 970a84c

Browse files
authored
switch to dirhtml for simpler urls (#133)
1 parent 655649e commit 970a84c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ python -m venv .venv
44
source .venv/bin/activate
55
pip install -r docs/requirements.txt
66
cd docs
7-
make html SPHINXOPTS='-W'
7+
make dirhtml SPHINXOPTS='-W'

readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
1414
sphinx:
1515
configuration: docs/conf.py
1616
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
17-
# builder: "dirhtml"
17+
builder: "dirhtml"
1818
# Fail on all warnings to avoid broken references
1919
# fail_on_warning: true
2020

0 commit comments

Comments
 (0)