Skip to content

Commit

Permalink
Move mkdocs-autoref-plugin to new external tool
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Dec 3, 2024
1 parent 7008e89 commit 8870588
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 304 deletions.
216 changes: 0 additions & 216 deletions project/utils/autoref_plugin.py

This file was deleted.

82 changes: 0 additions & 82 deletions project/utils/autoref_plugin_test.py

This file was deleted.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ dependencies = [
readme = "README.md"
requires-python = ">= 3.10"

[project.entry-points."mkdocs.plugins"]
custom_autoref_plugin = "project.utils.autoref_plugin:CustomAutoRefPlugin"

[dependency-groups]
dev = [
"mktestdocs>=0.2.2",
Expand Down Expand Up @@ -75,6 +72,7 @@ docs = [
"mkdocs-video>=1.5.0",
"mkdocs-section-index>=0.3.9",
"mkdocs-macros-plugin>=1.0.5",
"mkdocs-autoref-plugin",
]
gpu = ["jax[cuda12]>=0.4.31"]

Expand Down Expand Up @@ -118,6 +116,7 @@ managed = true

[tool.uv.sources]
remote-slurm-executor = { git = "https://github.com/lebrice/remote-slurm-executor", branch = "master" }
mkdocs-autoref-plugin = { git = "https://github.com/lebrice/mkdocs-autoref-plugin" }

# [tool.uv.tasks]
# serve-docs = "mkdocs serve"
Expand Down
17 changes: 14 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8870588

Please sign in to comment.