mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-29 05:42:09 +02: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
11 lines
279 B
YAML
11 lines
279 B
YAML
version: 2
|
|
build:
|
|
os: ubuntu-24.04
|
|
tools:
|
|
python: "3.12"
|
|
commands:
|
|
- pip install -r requirements.txt
|
|
- python -m zensical build --config-file mkdocs.yml
|
|
- mkdir -p $READTHEDOCS_OUTPUT/html/
|
|
- cp -r netbox/project-static/docs/* $READTHEDOCS_OUTPUT/html/
|