diff options
| -rw-r--r-- | pdm.lock | 11 | ||||
| -rw-r--r-- | pyproject.toml | 4 | ||||
| -rw-r--r-- | requirements.txt | 2 |
3 files changed, 3 insertions, 14 deletions
@@ -5,7 +5,7 @@ groups = ["default", "docs", "mkdocs-alabaster"] strategy = ["cross_platform"] lock_version = "4.4" -content_hash = "sha256:08a0367f01436ef63b1adfb182a3b50f6c0986ff4753c49dc259330e637ac774" +content_hash = "sha256:9224faedd29e6bdbbf5b750cef41959ec63ee613c44527b591bab082f226864c" [[package]] name = "babel" @@ -552,15 +552,6 @@ files = [ ] [[package]] -name = "mkdocs-theme-topdf" -version = "0.5.0" -summary = "a mkdocs theme for generate pdf or printing" -files = [ - {file = "mkdocs-theme-topdf-0.5.0.tar.gz", hash = "sha256:5c98aa81ed45649654b715609079a80836180b99b94e6b2a811a765d14e9550b"}, - {file = "mkdocs_theme_topdf-0.5.0-py3-none-any.whl", hash = "sha256:a0d08fa6e9e8036be39438d7b0328b92cef6522f9719eec1af7e7402f1383810"}, -] - -[[package]] name = "mkdocs-windmill-dark" version = "0.2.0" summary = "MkDocs dark theme focused on navigation and usability" diff --git a/pyproject.toml b/pyproject.toml index 1bbc8de..f5fc271 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,9 +16,5 @@ license = {text = "MIT"} docs = [ "mkdocs>=1.5.3", "mkdocs-windmill-dark>=0.2.0", - "mkdocs-alabaster>=0.8.0", - "mkdocs-moonstone>=0.2.0", - "lantana>=2.7.7.4", - "mkdocs-theme-topdf>=0.5.0", ] mkdocs-alabaster = [] diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8baedd5 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +mkdocs>=1.5.3 +mkdocs-windmill-dark>=0.2.0
\ No newline at end of file |
