Browse Source

pkg: add style optional package set

Mikael Koli 2 years ago
parent
commit
8e92d19624
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pyproject.toml

+ 4 - 0
pyproject.toml

@@ -69,6 +69,10 @@ docs = [
     'sphinx_book_theme',
 ]
 
+style = [
+    'css_inline',
+]
+
 [tool.coverage.run]
 source = ["redmail"]
 branch = false