You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments