Skip to content

Commit

Permalink
Prep for 2.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jun 17, 2017
1 parent de65d80 commit cc1b48a
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# ApplySyntax 2.4.1

> Released June 16, 2017
- **FIX**: Fix usage of deprecated key name in default settings.

# ApplySyntax 2.4.0

> Released May 27, 2017
Expand Down
1 change: 0 additions & 1 deletion docs/theme/extra-0d49409391.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/theme/extra-2aceccb07f.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/theme/extra-6068b97e47.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/theme/extra-effadd97dd.css

This file was deleted.

15 changes: 7 additions & 8 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ theme_dir: docs/theme
markdown_extensions:
- markdown.extensions.toc:
slugify: !!python/name:pymdownx.slugs.uslugify
permalink:
permalink: "\ue157"
- markdown.extensions.admonition:
- markdown.extensions.smarty:
smart_quotes: false
Expand All @@ -26,23 +26,22 @@ markdown_extensions:
- markdown.extensions.abbr:
- pymdownx.extrarawhtml:
- pymdownx.superfences:
css_class: codehilite
- pymdownx.highlight:
css_class: codehilite
extend_pygments_lang:
- name: php-inline
lang: php
options:
startinline: true
- pymdownx.inlinehilite:
css_class: codehilite
- pymdownx.magiclink:
repo_url_shortener: true
base_repo_url: https://github.com/facelessuser/ApplySyntax
- pymdownx.tilde:
- pymdownx.caret:
- pymdownx.smartsymbols:
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
emoji_generator: !!python/name:pymdownx.emoji.to_png
- pymdownx.escapeall:
hardbreak: true
nbsp: true
Expand All @@ -54,8 +53,8 @@ markdown_extensions:
- pymdownx.snippets:
base_path: docs/src/markdown/_snippets
- pymdownx.keys:
separator:
- pymdownx.spoilers:
separator: "\uff0b"
- pymdownx.details:

extra:
palette:
Expand All @@ -68,6 +67,6 @@ extra:
- type: github
link: https://github.com/facelessuser
extra_css:
- extra-effadd97dd.css
- extra-6068b97e47.css
extra_javascript:
- extra-0d49409391.js
- extra-2aceccb07f.js
2 changes: 1 addition & 1 deletion support.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import webbrowser
import re

__version__ = "2.4.0"
__version__ = "2.4.1"
__pc_name__ = 'ApplySyntax'

CSS = '''
Expand Down

0 comments on commit cc1b48a

Please sign in to comment.