Skip to content

Commit

Permalink
Documentation: fix the HTMLZIP name to restore the download-documenta…
Browse files Browse the repository at this point in the history
…tion functionality (#4628)
  • Loading branch information
f18m committed Nov 13, 2023
1 parent 61050be commit 814dab5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Expand Up @@ -33,5 +33,6 @@ build:
# ------------
# Note that for usability we make sure zip will create a zipfile containing just a flat list of HTML files;
# to achieve that it's important to avoid storing absolute paths when invoking "zip", thus we use -j
# Also note that the archive name should match exactly the project slug, "libzmq" in this case.
- mkdir -p $READTHEDOCS_OUTPUT/htmlzip/
- cd $READTHEDOCS_OUTPUT/html && zip -j ../htmlzip/zeromq.zip *.html
- cd $READTHEDOCS_OUTPUT/html && zip -j ../htmlzip/libzmq.zip *.html

0 comments on commit 814dab5

Please sign in to comment.