databricks-cli/experimental/python
Gleb Kanterov 814168398d
[Python] Configure Sphinx docs (#2496)
## Changes
Configure Sphinx docs for Python code.

There is a lot of customization for Sphinx output to make complex type
signatures readable:
- Type dicts are not documented, because they exactly follow dataclass
schema
- Variables are excluded from type signatures

After that, when the rest of the code is ready, we can automatically
publish docs into gh-pages.

## Tests
Adds CI check
2025-03-17 09:18:33 +00:00
..
databricks [Python] Add generated resource code (#2487) 2025-03-17 09:03:17 +00:00
databricks_tests [Python] Add generated resource code (#2487) 2025-03-17 09:03:17 +00:00
docs [Python] Configure Sphinx docs (#2496) 2025-03-17 09:18:33 +00:00
.gitignore [Python] Configure Sphinx docs (#2496) 2025-03-17 09:18:33 +00:00
LICENSE Setup CI for Python code (#2448) 2025-03-11 10:29:36 +00:00
Makefile [Python] Configure Sphinx docs (#2496) 2025-03-17 09:18:33 +00:00
pyproject.toml [Python] Configure Sphinx docs (#2496) 2025-03-17 09:18:33 +00:00
uv.lock [Python] Configure Sphinx docs (#2496) 2025-03-17 09:18:33 +00:00