Skip to content

Commit

Permalink
Use dirhtml builder for Read the Docs (#965)
Browse files Browse the repository at this point in the history
* Use dirhtml builder for Read the Docs

* Move built docs to expected directory
  • Loading branch information
hugovk committed Oct 9, 2022
1 parent 46b4a82 commit 30f6cd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ build:
python: "3.10"

commands:
- make html BUILDDIR=_readthedocs
- make dirhtml BUILDDIR=_readthedocs
- mv _readthedocs/dirhtml _readthedocs/html

0 comments on commit 30f6cd0

Please sign in to comment.