Skip to content

Commit 30f6cd0

Browse files
authored
Use dirhtml builder for Read the Docs (#965)
* Use dirhtml builder for Read the Docs * Move built docs to expected directory
1 parent 46b4a82 commit 30f6cd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ build:
1414
python: "3.10"
1515

1616
commands:
17-
- make html BUILDDIR=_readthedocs
17+
- make dirhtml BUILDDIR=_readthedocs
18+
- mv _readthedocs/dirhtml _readthedocs/html

0 commit comments

Comments
 (0)