Skip to content

Commit

Permalink
Integrate with Copier
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed May 14, 2021
1 parent 70ce434 commit dd38430
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions .tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ with_groups() {
"$@" pytest -q
python -c 'import sys, os; sys.exit((3,8) <= sys.version_info < (3,10) and os.name == "posix")' ||
"$@" pytype mkdocs_section_index

"$@" mkdocs build -f example/mkdocs.yml --strict
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: a2c083636
_src_path: gh:oprypin/py-library-template
copyright_date: 2020
min_python_version: '3.6'
mkdocs: true
project_description: MkDocs plugin to allow clickable sections that lead to an index page
project_name: mkdocs-section-index
pytest: true
python_distribution_name: mkdocs-section-index
python_import_name: mkdocs_section_index
pytype: true
repository_name: oprypin/mkdocs-section-index

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mkdocs-section-index

**[Plugin][] for [MkDocs][] to allow clickable sections that lead to an index page.**
**[Plugin][] for [MkDocs][] to allow clickable sections that lead to an index page**

[![PyPI](https://img.shields.io/pypi/v/mkdocs-section-index)](https://pypi.org/project/mkdocs-section-index/)
[![GitHub](https://img.shields.io/github/license/oprypin/mkdocs-section-index)](https://github.com/oprypin/mkdocs-section-index/blob/master/LICENSE.md)
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: MkDocs Plugins
site_name: "mkdocs-section-index"
site_url: "https://oprypin.github.io/mkdocs-section-index"
repo_url: "https://github.com/oprypin/mkdocs-section-index"
edit_uri: blob/master/docs/
Expand Down

0 comments on commit dd38430

Please sign in to comment.