mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Use project requirements to build docs
This commit is contained in:
parent
1319b62acb
commit
189e835499
@ -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
|
|
@ -3,6 +3,9 @@ site_dir: netbox/project-static/docs
|
|||||||
site_url: https://netbox.readthedocs.io/
|
site_url: https://netbox.readthedocs.io/
|
||||||
repo_name: netbox-community/netbox
|
repo_name: netbox-community/netbox
|
||||||
repo_url: https://github.com/netbox-community/netbox
|
repo_url: https://github.com/netbox-community/netbox
|
||||||
|
python:
|
||||||
|
install:
|
||||||
|
requirements: requirements.txt
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
icon:
|
icon:
|
||||||
|
Loading…
Reference in New Issue
Block a user