File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111- ** Pre-commit hooks** : Updated uv-secure (0.15.4) and pyright (1.1.407)
1212- ** Security** : Updated Django and Werkzeug to fix security vulnerabilities
1313- ** Documentation** : Migrated from MkDocs to Sphinx with myst-parser and Furo theme
14- - ** Documentation** : Added Advanced Configuration and Development Workflow pages
1514- ** Template tag consistency** : Template tag now uses Config class for consistent validation
1615- ** Test coverage** : Added integration tests for multi-file build and watch commands
1716
Original file line number Diff line number Diff line change 2929html_static_path = []
3030
3131html_theme_options = {
32- "light_css_variables" : {
33- "color-brand-primary" : "#000000" ,
34- "color-brand-content" : "#000000" ,
35- },
36- "dark_css_variables" : {
37- "color-brand-primary" : "#ffffff" ,
38- "color-brand-content" : "#ffffff" ,
39- },
4032 "source_repository" : "https://github.com/django-commons/django-tailwind-cli" ,
4133 "source_branch" : "main" ,
4234 "source_directory" : "docs/" ,
You can’t perform that action at this time.
0 commit comments