Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 366 Bytes

File metadata and controls

13 lines (9 loc) · 366 Bytes

Automate Documentation Generation

Script Path: automated_documentation.sh

Description: Generates project documentation using Sphinx.

Requirements

  • Sphinx must be installed (pip install sphinx).

User-configurable variables

  • project_dir: Path to the project directory.
  • docs_dir: Path to the documentation directory within the project.