17 lines
448 B
Plaintext
17 lines
448 B
Plaintext
# FastGPT Python SDK - Documentation Requirements
|
|
|
|
# Install with:
|
|
# pip install -r docs-requirements.txt
|
|
|
|
# Core documentation tools
|
|
mkdocs>=1.5.0
|
|
mkdocs-material>=9.5.0
|
|
|
|
# API documentation generation
|
|
mkdocstrings[python]>=0.24.0
|
|
|
|
# Optional: For additional features
|
|
# mkdocs-awesome-pages-plugin # For better page organization
|
|
# mkdocs-minify-plugin # For minifying HTML output
|
|
# mkdocs-redirects # For setting up redirects
|