Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Updated docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrixEditor committed Mar 22, 2024
1 parent 7588fa9 commit e02e7fc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: '3.12'

- name: Install dependencies
run: pip install -r docs/requirements.docs.txt && pip install -r requirements.txt
run: pip install -r requirements.docs.txt && pip install -r requirements.txt

- name: Build
# Create .nojekyll file to disable Jekyll processing
Expand Down
2 changes: 1 addition & 1 deletion docs/graph_models.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash

# Scan models
python3 ../manage.py graph_models -X TimedModel -I Snippet,FindingTemplate,Finding,Vulnerability -g -o source/ref/models/images/finding_models.png
Expand Down
Binary file modified docs/source/ref/models/images/finding_models.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions requirements.docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx>=6.2.1
sphinx_rtd_theme>=1.2.0
setuptools

0 comments on commit e02e7fc

Please sign in to comment.