mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
docs: resolve sphinx warnings
Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
parent
493016b866
commit
9f69a755fa
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -73,6 +73,7 @@ instance/
|
|||
|
||||
# Sphinx documentation
|
||||
docs/_build/
|
||||
docs/source/_build/
|
||||
|
||||
# PyBuilder
|
||||
target/
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@ build:
|
|||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.8"
|
||||
jobs:
|
||||
post_install:
|
||||
- sed -i -E 's/^ process identity for every yielded instance$/ \0/' "$(python3 -c "print(__import__('psutil').__file__)")"
|
||||
|
||||
# Build documentation in the docs/ directory with Sphinx
|
||||
sphinx:
|
||||
|
|
|
|||
|
|
@ -6,4 +6,3 @@ nvitop.core.host module
|
|||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:member-order: bysource
|
||||
:noindex: psutil.Process
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue