Welcome to Test Documentation
This is a test Sphinx documentation project demonstrating best practices.
Note
This documentation is built using Sphinx with the Read the Docs theme.
Features
Clean and modern documentation structure
Responsive design with RTD theme
Code syntax highlighting
Search functionality
Mobile-friendly interface
Quick Start
To build this documentation locally:
# Build HTML documentation
make html
# For Windows users
make.bat html
# Live reload during development
sphinx-autobuild . _build/html