mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06:00
Fixes: #18568 Update mkdocstrings and adapt config
This commit is contained in:
parent
3dda4716e7
commit
19703f7d69
@ -28,12 +28,7 @@ plugins:
|
||||
- mkdocstrings:
|
||||
handlers:
|
||||
python:
|
||||
setup_commands:
|
||||
- import os
|
||||
- import django
|
||||
- os.chdir('netbox/')
|
||||
- os.environ.setdefault("DJANGO_SETTINGS_MODULE", "netbox.settings")
|
||||
- django.setup()
|
||||
paths: ["netbox"]
|
||||
options:
|
||||
heading_level: 3
|
||||
members_order: source
|
||||
|
@ -20,8 +20,8 @@ feedparser==6.0.11
|
||||
gunicorn==23.0.0
|
||||
Jinja2==3.1.5
|
||||
Markdown==3.7
|
||||
mkdocs-material==9.6.2
|
||||
mkdocstrings[python-legacy]==0.27.0
|
||||
mkdocs-material==9.6.7
|
||||
mkdocstrings[python]==0.28.2
|
||||
netaddr==1.3.0
|
||||
nh3==0.2.20
|
||||
Pillow==11.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user