mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-13 21:09:07 +08:00
docs: attempt to fix .readthedocs.yaml
Seems like we need to update the config ([0],[1]). [0] https://blog.readthedocs.com/migrate-configuration-v2/ [1] https://blog.readthedocs.com/use-build-os-config/ Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
@@ -5,6 +5,11 @@
|
|||||||
# Required
|
# Required
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
|
build:
|
||||||
|
os: "ubuntu-22.04"
|
||||||
|
tools:
|
||||||
|
python: "3.11"
|
||||||
|
|
||||||
# Build documentation in the docs/ directory with Sphinx
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
builder: html
|
builder: html
|
||||||
@@ -17,6 +22,5 @@ formats:
|
|||||||
|
|
||||||
# Optionally set the version of Python and requirements required to build your docs
|
# Optionally set the version of Python and requirements required to build your docs
|
||||||
python:
|
python:
|
||||||
version: 3.7
|
|
||||||
install:
|
install:
|
||||||
- requirements: docs/sphinx/requirements.txt
|
- requirements: docs/sphinx/requirements.txt
|
||||||
@@ -18,6 +18,7 @@ extensions = [
|
|||||||
'sphinx.ext.viewcode',
|
'sphinx.ext.viewcode',
|
||||||
'sphinx.ext.imgmath',
|
'sphinx.ext.imgmath',
|
||||||
'sphinx.ext.todo',
|
'sphinx.ext.todo',
|
||||||
|
'sphinx_rtd_theme',
|
||||||
'breathe',
|
'breathe',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
breathe
|
breathe
|
||||||
|
sphinx_rtd_theme
|
||||||
|
|||||||
Reference in New Issue
Block a user