Skip to content

Commit 8517ac6

Browse files
committed
remove mkdocs chaff
1 parent dbea888 commit 8517ac6

5 files changed

Lines changed: 0 additions & 105 deletions

File tree

copier.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ _skip_if_exists:
3030
- AUTHORS
3131
- CITATION.cff
3232
- INTERFACE.yaml
33-
- mkdocs.yaml
3433
# Special cases
3534
- "!config/README.md"
3635
- "!tests/clio_test.py"

template/.readthedocs.yaml

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

template/mkdocs.yaml.jinja

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

template/pixi.toml.jinja

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,3 @@ snakemake-minimal = ">=8.29.0"
2222

2323
[tasks]
2424
test-integration = {cmd = "pytest tests/clio_test.py"}
25-
26-
[feature.docs.dependencies]
27-
mkdocs-material = ">=9.6.7"
28-
29-
[feature.docs.pypi-dependencies]
30-
mkdocs-mermaid2-plugin = ">=1.2.1"
31-
32-
[feature.docs.tasks]
33-
serve-docs = {cmd = "mkdocs serve"}
34-
build-docs = {cmd = "mkdocs build"}
35-
36-
[environments]
37-
docs = ["docs"]

tests/template_test.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ def pixi_built(template_project):
3535
return template_project
3636

3737

38-
def test_mkdocs_build(pixi_built):
39-
"""The template's mkdocs should build without issues."""
40-
assert subprocess.run("pixi run build-docs", shell=True, check=True, cwd=pixi_built)
41-
42-
4338
def test_pytest(pixi_built):
4439
"""The template's tests should pass by default."""
4540
assert subprocess.run(

0 commit comments

Comments
 (0)