Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeepnh5 committed Jan 9, 2025
1 parent dc0dcab commit d473d61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/scripts/generate_docs.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""Script to generate and manage API documentation for the switchmap project.
This module handles the generation of API documentation using mkgendocs,
including cleaning up previous documentation, managing temporary files,
and preparing the documentation for Docusaurus integration.
"""

import os
import shutil
import subprocess
Expand Down

0 comments on commit d473d61

Please sign in to comment.