pidgin/pidgin

Update the documentation for the 2.14.3 release
release-2.x.y
2021-04-08, Gary Kramlich
98f8af044651
Update the documentation for the 2.14.3 release

Testing Done:
Ran `make distcheck` without issue.

Reviewed at https://reviews.imfreedom.org/r/599/
FROM pidgin/release-builder:release-2.x.y AS build
COPY . /pidgin
RUN set -ex && \
cd /pidgin && \
./autogen.sh --enable-debug && \
make -s -j$(nproc) docs
FROM rwgrim/goserve
EXPOSE 3000
COPY --from=build /pidgin/doc/html html