Skip to content

Commit

Permalink
Yet another attempt to fix the post_build script, using a literal sca…
Browse files Browse the repository at this point in the history
…lar.
  • Loading branch information
rptb1 committed Mar 3, 2023
1 parent 2a64259 commit 7fdbbd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ build:
#
# See <https://docs.readthedocs.io/en/stable/build-customization.html#extend-the-build-process>.
post_build:
- if test -n "${MMREF}"; then
- |
if test -n "${MMREF}"; then
mv "${READTHEDOCS_OUTPUT}/html" "${READTHEDOCS_OUTPUT}/mmref.in" &&
python manual/make-mmref.py "${READTHEDOCS_OUTPUT}/mmref.in" "${READTHEDOCS_OUTPUT}/html";
fi
Expand Down

0 comments on commit 7fdbbd3

Please sign in to comment.