mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Update documentation requirements
This commit is contained in:
parent
d104544d6f
commit
196784474d
@ -82,6 +82,10 @@ markdown-include
|
|||||||
# https://github.com/squidfunk/mkdocs-material
|
# https://github.com/squidfunk/mkdocs-material
|
||||||
mkdocs-material
|
mkdocs-material
|
||||||
|
|
||||||
|
# Introspection for embedded code
|
||||||
|
# https://github.com/mkdocstrings/mkdocstrings
|
||||||
|
mkdocstrings
|
||||||
|
|
||||||
# Library for manipulating IP prefixes and addresses
|
# Library for manipulating IP prefixes and addresses
|
||||||
# https://github.com/drkjam/netaddr
|
# https://github.com/drkjam/netaddr
|
||||||
netaddr
|
netaddr
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
# File inclusion plugin for Python-Markdown
|
|
||||||
# https://github.com/cmacmackin/markdown-include
|
|
||||||
markdown-include
|
|
||||||
|
|
||||||
# MkDocs Material theme (for documentation build)
|
|
||||||
# https://github.com/squidfunk/mkdocs-material
|
|
||||||
mkdocs-material
|
|
||||||
|
|
||||||
# Introspection for embedded code
|
|
||||||
# https://github.com/mkdocstrings/mkdocstrings
|
|
||||||
mkdocstrings
|
|
@ -19,6 +19,7 @@ Jinja2==3.0.3
|
|||||||
Markdown==3.3.6
|
Markdown==3.3.6
|
||||||
markdown-include==0.6.0
|
markdown-include==0.6.0
|
||||||
mkdocs-material==8.1.7
|
mkdocs-material==8.1.7
|
||||||
|
mkdocstrings==0.17.0
|
||||||
netaddr==0.8.0
|
netaddr==0.8.0
|
||||||
Pillow==8.4.0
|
Pillow==8.4.0
|
||||||
psycopg2-binary==2.9.3
|
psycopg2-binary==2.9.3
|
||||||
|
Loading…
Reference in New Issue
Block a user