diff --git a/.github/write_components_autodoc.py b/.github/write_components_autodoc.py index 92db22fc..a526a9da 100644 --- a/.github/write_components_autodoc.py +++ b/.github/write_components_autodoc.py @@ -39,6 +39,7 @@ .. autosummary:: :toctree: _autosummary/ + :no-index: """ ) diff --git a/pyproject.toml b/pyproject.toml index 73e37792..6488a14b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "gdsfactory>=9.39,<9.41", "gplugins[sax,tidy3d]~=2.0.0", "jsondiff", - "doroutes>=0.3.0", + "doroutes~=0.6.0", "gdsfactoryplus", "pytz" ] @@ -42,13 +42,6 @@ docs = ["autodoc_pydantic", "jupytext", "jupyter-book==1.0.3", "gsim"] [tool.codespell] ignore-words-list = "te, te/tm, te, ba, fpr, fpr_spacing, ro, nd, donot, schem" -[tool.elvis] -connected-layers = [[[11, 0], [12, 0]]] -short-layers = [[11, 0], [12, 0]] - -[tool.elvis.equivalent-ports] -pad = ["e1", "e2", "e3", "e4", "pad"] - [tool.gdsfactoryplus] name = "ubcpdk"