Skip to content

Commit 81a05a3

Browse files
committed
remove unused files
1 parent 31b8b81 commit 81a05a3

File tree

4 files changed

+6
-244
lines changed

4 files changed

+6
-244
lines changed

docs/conf.py

Lines changed: 0 additions & 236 deletions
This file was deleted.

docs/index.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ target-version = ["py38"]
3636

3737
[tool.codespell]
3838
ignore-words-list = "discreet,"
39-
skip = "*.po,src/collective/editablemenu/browser/static/*,yarn.lock,webpack.config.js,*.json"
39+
skip = "*.po,src/redturtle/reactbundle/browser/static/*,yarn.lock,webpack.config.js,*.json"
4040

4141
##
4242
# Add extra configuration options in .meta.toml:
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<registry>
33

4-
<records interface="plone.base.interfaces.resources.IBundleRegistry" prefix="plone.bundles/react-bundle" remove="True">
5-
</records>
4+
<records interface="plone.base.interfaces.resources.IBundleRegistry"
5+
prefix="plone.bundles/react-bundle"
6+
remove="True"
7+
>
8+
</records>
69

710
</registry>

0 commit comments

Comments
 (0)