mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2026-02-07 21:50:55 +00:00
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:
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user