Skip to content

Commit

Permalink
Disable intersphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Aug 12, 2024
1 parent 59e97cd commit 8232b5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@

pygments_style = "sphinx"

intersphinx_mapping = {
"http://docs.python.org/": None,
"http://docs.pythonboto.org/en/latest/": None,
"http://sendapatch.se/projects/pylibmc/": None,
"http://www.sqlalchemy.org/docs/": None,
"http://redis-py.readthedocs.org/en/latest/": None,
}
# intersphinx_mapping = {
# "http://docs.python.org/": None,
# "http://docs.pythonboto.org/en/latest/": None,
# "http://sendapatch.se/projects/pylibmc/": None,
# "http://www.sqlalchemy.org/docs/": None,
# "http://redis-py.readthedocs.org/en/latest/": None,
# }
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ force-wrap-aliases = true
combine-as-imports = true
known-first-party = ["minimalkv"]

[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"tests/*" = ["D101", "D102", "D103", "E402"]
"tests/test_azure_store.py" = ["B018"]
"tests/storefact/test_urls.py" = ["C408"]

[tool.ruff.pydocstyle]
[tool.ruff.lint.pydocstyle]
convention = "numpy"

[tool.ruff.format]
Expand Down

0 comments on commit 8232b5a

Please sign in to comment.