From 4d4542b25fbd0b6f407807ca0e485be349385f5a Mon Sep 17 00:00:00 2001 From: facelessuser Date: Sun, 22 Mar 2020 19:55:25 -0600 Subject: [PATCH] Use a dark theme for docs --- docs/src/markdown/changelog.md | 14 +++++++------- mkdocs.yml | 4 ++-- requirements/docs.txt | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/src/markdown/changelog.md b/docs/src/markdown/changelog.md index 9ffe8e80..6a5955a4 100644 --- a/docs/src/markdown/changelog.md +++ b/docs/src/markdown/changelog.md @@ -5,7 +5,7 @@ - **FIX**: If we only have one pattern (exclusion patterns not included) we can disable unique path filtering on returns as you cannot have a duplicate path with only one inclusion pattern. -## 6.0.0 +## 6.0 - **NEW**: Tilde user expansion support via the new `GLOBTILDE` flag. - **NEW**: `glob` by default now returns only unique results, regardless of whether multiple patterns that match the @@ -50,7 +50,7 @@ - **FIX**: In `glob`, avoid using up too many file descriptors by acquiring all file/folder names under a directory in one batch before recursing into other folders. -## 5.0.0 +## 5.0 - **NEW**: Add `wcmatch.pathlib` which contains `pathlib` variants that uses `wcmatch.glob` instead of the default Python glob. @@ -96,7 +96,7 @@ - **FIX**: Fix regression with exclusion patterns that use braces in `glob`. - **FIX**: Translate functions should have `NODIR` patterns exclude if matched not exclude if not matched. -## 4.0.0 +## 4.0 - **NEW**: Deprecated `WcMatch` class methods `kill` and `reset`. `WcMatch` should be broken with a simple `break` statement instead. @@ -127,7 +127,7 @@ patterns to potentially avoid calling hidden if the pattern doesn't match. The reduced `lstat` calls improve performance. -## 3.0.0 +## 3.0 - **NEW**: `globsplit` and `fnsplit` have been deprecated. Users are encouraged to use the new `SPLIT` flag to allow functions to use multiple wildcard paths delimited by `|`. @@ -181,10 +181,10 @@ - **FIX**: Can't install due to requirements being assigned to setup opposed to install. -## 2.0.0 +## 2.0 !!! danger "Breaking Changes" - Version 2.0.0 introduces breaking changes in regards to flags. This is meant to bring about consistency amongst the + Version 2.0 introduces breaking changes in regards to flags. This is meant to bring about consistency amongst the provided libraries. Flag names have been changed in some cases, and logic has been inverted in some cases. - **NEW**: Glob's `NOBRACE`, `NOGLOBSTAR`, and `NOEXTGLOB` flags are now `BRACE`, `GLOBSTAR`, and `EXTGLOB` and now @@ -214,7 +214,7 @@ `''`, and if `''` is used, all files will be matched. This works better for when full path is enabled as you get the same file matching logic. -## 1.0.0 +## 1.0 - Initial release diff --git a/mkdocs.yml b/mkdocs.yml index 4f090e6d..37c3e856 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -12,8 +12,8 @@ docs_dir: docs/src/markdown theme: name: material palette: - primary: blue - accent: blue + primary: drac-purple + accent: drac-purple font: text: Roboto code: Roboto Mono diff --git a/requirements/docs.txt b/requirements/docs.txt index d583600a..a5422f8e 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,3 +1,3 @@ -mkdocs_pymdownx_material_extras==1.0b5 +mkdocs_pymdownx_material_extras==1.0b10 mkdocs-git-revision-date-localized-plugin pyspelling