Skip to content

Commit 4985855

Browse files
committed
add mkdocs aurofs to fix build
1 parent d21f9db commit 4985855

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ plugins:
126126
- literate-nav:
127127
nav_file: SUMMARY.md
128128
- section-index
129+
- autorefs
129130
- mkdocstrings:
130131
handlers:
131132
python:

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"spdx-lookup>=0.3.3",
2727
"platformdirs>=4.2.2",
2828
"importlib-resources>=6.4.0",
29-
"importlib-metadata (>=8.6.1,<9.0.0)"
29+
"importlib-metadata (>=8.6.1,<9.0.0)",
3030
]
3131
authors = [
3232
{name = "Anton Pirogov",email = "[email protected]"},
@@ -50,7 +50,7 @@ packages = [{include = "fair_python_cookiecutter", from = "src"}]
5050
# always include basic info for humans and core metadata in the distribution,
5151
# include files related to test and documentation only in sdist:
5252
include = [
53-
"*.md", "LICENSE", "LICENSES", ".reuse/dep5", "CITATION.cff", "codemeta.json",
53+
"*.md", "LICENSE", "LICENSES", "REUSE.toml", "CITATION.cff", "codemeta.json",
5454
"mkdocs.yml", "docs", "tests",
5555
{ path = "mkdocs.yml", format = "sdist" },
5656
{ path = "docs", format = "sdist" },
@@ -66,13 +66,14 @@ pytest = "^8.3.2"
6666
optional = true
6767

6868
[tool.poetry.group.docs.dependencies]
69-
mkdocs = "^1.6.0"
69+
mkdocs = "^1.6.1"
7070
mkdocstrings = {extras = ["python"], version = "^0.25.2"}
7171
mkdocs-material = "^9.5.30"
7272
mkdocs-gen-files = "^0.5.0"
7373
mkdocs-literate-nav = "^0.6.1"
7474
mkdocs-section-index = "^0.3.9"
7575
mkdocs-macros-plugin = "^1.0.5"
76+
mkdocs-autorefs = "^1.4.0"
7677
markdown-include = "^0.8.1"
7778
pymdown-extensions = "^10.9"
7879
markdown-exec = {extras = ["ansi"], version = "^1.9.3"}

0 commit comments

Comments
 (0)