mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-27 11:51:50 +01:00
* Drop mkdocs from `requirements.txt` and add Zensical * Replace mkdocs with Zensical in CI and pre-commit tasks * Remove `.info` from the `docs/` build directory (obsolete) * Update the legacy ReadTheDocs configuration * Update upgrade script to use Zensical * Remove custom docs footer * Remove obsolete CSS
This commit is contained in:
@@ -21,11 +21,11 @@ repos:
|
||||
language: system
|
||||
pass_filenames: false
|
||||
types: [python]
|
||||
- id: mkdocs-build
|
||||
- id: zensical-build
|
||||
name: "Build documentation"
|
||||
description: "Build the documentation with mkdocs"
|
||||
description: "Build the documentation with Zensical"
|
||||
files: 'docs/'
|
||||
entry: mkdocs build
|
||||
entry: zensical build
|
||||
language: system
|
||||
pass_filenames: false
|
||||
- id: yarn-validate
|
||||
|
||||
Reference in New Issue
Block a user