diff --git a/src/core.py b/src/core.py index b563cca..5f5f585 100644 --- a/src/core.py +++ b/src/core.py @@ -36,13 +36,8 @@ def on_config(self, config): # Theme config["theme"] = Theme( - name="material", - static_templates=[ - "techdocs_metadata.json", - ], + name="material", static_templates=["techdocs_metadata.json",], ) - config["theme"].dirs.append(tempfile.gettempdir()) - # Plugins del config["plugins"]["techdocs-core"]