Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Apr 24, 2020
1 parent c0925ea commit e66c311
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions docs/src/markdown/about/changelog.md
Expand Up @@ -7,6 +7,13 @@
- **NEW**: Drop support for EOL Python versions (Python 2 and Python < 3.5).
- **FIX**: Corner case with splitting namespace and tag name that that have an escaped `|`.

## 1.9.6

!!! note "Last version for Python 2.7"

- **FIX**: Prune dead code.
- **FIX**: Corner case with splitting namespace and tag name that that have an escaped `|`.

## 1.9.5

- **FIX**: `:placeholder-shown` should not match if the element has content that overrides the placeholder.
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Expand Up @@ -4,9 +4,7 @@ repo_url: https://github.com/facelessuser/soupsieve
edit_uri: tree/master/docs/src/markdown
site_description: A modern CSS selector library for Beautiful Soup.
copyright: |
Copyright &copy; 2018 - 2020 <a href="https://github.com/facelessuser">Isaac Muse</a>
<br><span class="md-footer-custom-text">emoji provided free by </span>
<a href="https://github.com/twitter/twemoji">Twemoji</a>
Copyright &copy; 2018 - 2020 <a href="https://github.com/facelessuser" target="_blank" rel="noopener">Isaac Muse</a>
docs_dir: docs/src/markdown
theme:
Expand Down Expand Up @@ -100,4 +98,6 @@ extra:
plugins:
- search
- git-revision-date-localized
- minify:
minify_html: true
- mkdocs_pymdownx_material_extras
3 changes: 2 additions & 1 deletion requirements/docs.txt
@@ -1,3 +1,4 @@
mkdocs_pymdownx_material_extras==1.0b10
mkdocs_pymdownx_material_extras==1.0
mkdocs-git-revision-date-localized-plugin
mkdocs-minify-plugin
pyspelling

0 comments on commit e66c311

Please sign in to comment.