Skip to content

Commit

Permalink
Integrate with Copier
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Nov 26, 2023
1 parent 39e434a commit 10a2d1e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .tools/copier-answers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
_commit: 8013794b5
_src_path: gh:oprypin/py-project-template
copyright_date: '2020'
mkdocs: true
mkdocs_install_self: false
project_description: Crystal language doc generator for MkDocs, via mkdocstrings
project_name: mkdocstrings-crystal
pytest: true
python_distribution_name: mkdocstrings-crystal
python_source_path: mkdocstrings_handlers/crystal
repository_name: mkdocstrings/crystal
script_test: false

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
**[Crystal][] language doc generator for [MkDocs][], via [mkdocstrings][]**

[![PyPI](https://img.shields.io/pypi/v/mkdocstrings-crystal)](https://pypi.org/project/mkdocstrings-crystal/)
[![GitHub](https://img.shields.io/github/license/oprypin/mkdocstrings-crystal)](https://github.com/mkdocstrings/crystal/blob/master/LICENSE.md)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/oprypin/mkdocstrings-crystal/ci.yml.svg)](https://github.com/mkdocstrings/crystal/actions?query=event%3Apush+branch%3Amaster)
[![License](https://img.shields.io/github/license/mkdocstrings/crystal)](https://github.com/mkdocstrings/crystal/blob/master/LICENSE.md)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mkdocstrings/crystal/ci.yml.svg)](https://github.com/mkdocstrings/crystal/actions?query=event%3Apush+branch%3Amaster)

## Introduction

Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ plugins:
show_root_full_path: false

markdown_extensions:
- pymdownx.details
- pymdownx.highlight
- pymdownx.magiclink
- pymdownx.saneheaders
- pymdownx.superfences
- pymdownx.details
- pymdownx.snippets:
check_paths: true
base_path:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mkdocstrings-crystal"
description = "Crystal language doc generator for mkdocstrings"
description = "Crystal language doc generator for MkDocs, via mkdocstrings"
readme = "README.md"
license = "MIT"
keywords = ["mkdocs", "mkdocstrings", "crystal", "mkdocs-plugin"]
Expand Down

0 comments on commit 10a2d1e

Please sign in to comment.