docs(optimizr): add logo and fix rtd deps

This commit is contained in:
Melvin Alvarez
2026-02-09 16:15:41 +01:00
parent c1f4c0bde7
commit 43af949904
28 changed files with 805 additions and 220 deletions
+2 -2
View File
@@ -94,9 +94,9 @@ publish: ## Publish to PyPI
@echo "Publishing to PyPI..."
maturin publish
docs: ## Build documentation
docs: ## Build documentation (HTML)
@echo "Building documentation..."
@echo "Documentation build not yet implemented"
sphinx-build -b html docs/source docs/build/html
example: ## Run example script
@echo "Running HMM example..."