Skip to content

Commit

Permalink
Merge pull request #102 from lyz-code/ci/fix-update
Browse files Browse the repository at this point in the history
fix: mkdocs incompatibilities with latest version
  • Loading branch information
lyz-code authored Aug 4, 2023
2 parents c654762 + fc33767 commit c579442
Show file tree
Hide file tree
Showing 11 changed files with 1,033 additions and 752 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,4 @@ dmypy.json
.pytype/

# End of https://www.toptal.com/developers/gitignore/api/python
.flakeheaven_cache
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ format:
@echo "- Formating the code -"
@echo "----------------------"

$(isort)
$(black)
autoimport .
$(isort)

@echo ""

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/simple-example.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import mkdocs_newsletter # noqa

6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ plugins:
- mkdocstrings:
handlers:
python:
rendering:
options:
show_root_heading: true
heading_level: 1
watch:
- src
- autolinks
- git-revision-date-localized:
type: timeago
Expand Down Expand Up @@ -92,3 +90,5 @@ extra_css:

repo_name: lyz-code/mkdocs-newsletter
repo_url: https://github.com/lyz-code/mkdocs-newsletter
watch:
- src
Loading

0 comments on commit c579442

Please sign in to comment.