ports/net-mgmt/netbox/files/patch-mkdocs.yml
Kai Knoblich d96a960530 net-mgmt/netbox: Update to 3.2.4
* Prune obsolete update instructions/notes for NetBox releases older
  than 2.9.

* Remove the DOCS option as the embedded documentation for NetBox now
  needs to be built locally because the necessary procedure requires a
  running instance of NetBox.

Changelog since 3.1.11:

It contains many bugfixes/enhancements and the following new features:

* Plugins Framework Extensions
* Modules & Module Types
* Custom Object Fields
* Custom Status Choices
* Improved User Preferences
* Inventory Item Roles
* Inventory Item Templates
* Service Templates
* Automatic Provisioning of Next Available VLANs

https://netbox.readthedocs.io/en/stable/release-notes/version-3.2/

MFH:		No (feature release)
2022-06-16 18:28:34 +02:00

17 lines
612 B
YAML

--- mkdocs.yml.orig 2022-04-28 19:00:11 UTC
+++ mkdocs.yml
@@ -1,5 +1,5 @@ site_name: NetBox Documentation
site_name: NetBox Documentation
-site_dir: netbox/project-static/docs
+site_dir: project-static/docs
site_url: https://docs.netbox.dev/
repo_name: netbox-community/netbox
repo_url: https://github.com/netbox-community/netbox
@@ -26,7 +26,6 @@ plugins:
setup_commands:
- import os
- import django
- - os.chdir('netbox/')
- os.environ.setdefault("DJANGO_SETTINGS_MODULE", "netbox.settings")
- django.setup()
rendering: