Files
pybricks-api/doc/api
David Lechner 5d355e9892 doc/api/media: fix audio playback
Sphinx changed how filenames are generated which broke media playback.
The file name now includes the MD5 hash of the filename passed to the
:download: directive.

This was done with the following script:

    for f in $(find media/ev3dev-media/ -name "*.wav" -exec bash -c 'echo "$(echo -n ../../'{}' | md5sum)/$(basename '{}')"' \;); do
        sed -i "s,_downloads/$(basename $f),_downloads/$f," doc/api/media.rst;
    done
2021-06-04 12:45:44 -05:00
..
2021-02-17 23:31:19 +01:00
2021-01-19 11:42:21 +01:00
2021-01-18 14:34:28 +01:00
2021-06-04 12:45:44 -05:00
2021-02-10 18:49:51 +01:00