Fix documentation: correct comm() usage, XDP types, copyright year, and add uv support

Co-authored-by: r41k0u <76248539+r41k0u@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-21 23:10:17 +00:00
parent 2d8c6c144c
commit c58483ab81
9 changed files with 82 additions and 41 deletions

View File

@ -13,7 +13,7 @@ sys.path.insert(0, os.path.abspath('..'))
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = 'PythonBPF'
copyright = '2024, r41k0u, varun-r-mallya'
copyright = '2024-2026, r41k0u, varun-r-mallya'
author = 'r41k0u, varun-r-mallya'
release = '0.1.8'
version = '0.1.8'
@ -90,9 +90,6 @@ html_theme_options = {
'titles_only': False
}
# Add any paths that contain custom static files (such as style sheets)
html_static_path = ['_static']
# -- Options for autodoc -----------------------------------------------------
autodoc_default_options = {