introlab / opentera-webrtc

WebRTC JavaScript, C++ and Python libraries and signaling server for the OpenTera project with hardware acceleration with GStreamer
Apache License 2.0
33 stars 2 forks source link

Fix python documentation warnings and format #121

Closed philippewarren closed 1 year ago

philippewarren commented 1 year ago

The document is based on this template

By submitting a PR to this repository, you agree to the terms within the Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.

Description

This fixes the format of the Python documentation, and removes Sphinx and Pip warnings when building the documentation, including a warning that was only shown when using the GStreamer compatibility. It also allows to overwrite the Python version used by FindPython again (remove a FORCE on a set), which allows to make it work on a system where a Python version more recent than the system default Python version is installed.

References

Closes https://github.com/introlab/opentera-webrtc-ros/issues/69

Testing

Checklist

mamaheux commented 1 year ago

Can you bump the version?