On 02/10/2020 16:47, Robin Jarry wrote:
Python 2 support has now been dropped. Remove references to it in the
documentation.

Since all python scripts now have a proper shebang that calls python3,
execute the scripts directly without specifying the interpreter.

Sphinx version from most Linux distros is OK in 2020, do not encourage
people to break their system by installing with pip. Use the distros
official packages.

Signed-off-by: Robin Jarry <robin.ja...@6wind.com>
---
  doc/guides/conf.py                        | 2 +-
  doc/guides/contributing/documentation.rst | 8 ++------
  doc/guides/howto/telemetry.rst            | 2 +-
  doc/guides/nics/virtio.rst                | 4 ++--
  doc/guides/rel_notes/deprecation.rst      | 4 ++--
  doc/guides/tools/testbbdev.rst            | 2 +-
  6 files changed, 9 insertions(+), 13 deletions(-)

Acked-by: Kevin Laatz <kevin.la...@intel.com>

Reply via email to