Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Sphinx configuration file (conf.py) for documentation setup
- Added conf.py to the docs/ directory to configure Sphinx documentation generation. - Includes project metadata, extensions for autodoc, Napoleon, and viewcode, and paths for templates and static files. - Configured the project source directory in sys.path for generating API documentation. - Set the Alabaster theme for HTML output, with support for ReadTheDocs style if needed. This file provides the foundational configuration required for Sphinx to generate documentation.
- Loading branch information