Commit ad5c352
authored
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.1 parent f77c690 commit ad5c352
1 file changed
+27
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments