-
Notifications
You must be signed in to change notification settings - Fork 15
Pipeline update #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pipeline update #147
Conversation
- Refactored mkdocs.yml to follow project standards and add improved features - Added missing dependencies: mkdocs-autorefs and mkdocs-termynal - Updated GitHub workflow to use Python 3.12 specifically to avoid compatibility issues - Fixed autorefs plugin configuration issue with explicit link_titles setting
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
- Replaced mkdocs-termynal with the termynal package - Added mkdocs core package as an explicit dependency - Added the extras option to mkdocstrings for better Python support - Removed termynal plugin from mkdocs.yml as it's no longer needed - Added pytest-cov and rich for better testing and console output
User description
Checklist for This Pull Request
🚨Please adhere to the guidelines for contributing to this repository.
Pull Request Description
Updating mkdocs page.
What does this pull request accomplish?
Are there any breaking changes included?
Is there anything the reviewers should know?
Thank you for your contributions!
PR Type
Enhancement, Documentation
Description
Updated mkdocs configuration for improved features
Refined GitHub workflow for Python 3.12 compatibility
Added new dependencies for enhanced documentation
Improved site aesthetics and navigation structure
Changes walkthrough 📝
mkdocs-gh-pages.yml
Specify Python 3.12 in GitHub workflow
.github/workflows/mkdocs-gh-pages.yml
mkdocs.yml
Comprehensive update of mkdocs configuration
mkdocs.yml
pyproject.toml
Add new mkdocs plugin dependencies
pyproject.toml