chore: import upstream snapshot with attribution
Docker Image CI / build-ubuntu2004 (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:36:55 +08:00
commit c8a779b1bb
1887 changed files with 3245738 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
# Install Sphinx
python3 -m pip install Sphinx
# Install sphinx-rtd-theme and sphinx-glpi-theme
python3 -m pip install sphinx-rtd-theme
python3 -m pip install sphinx-glpi-theme
# Install myst-nb extension to process notebooks and myst markdown files
python3 -m pip install myst-nb
# Install mermaid for flow diagrams building
python3 -m pip install sphinxcontrib-mermaid