Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Jun 3, 2024
1 parent 4dd2072 commit 7dcdfdd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ mike:
@echo "Branch: ${GITBRANCH}"
mike deploy ${VERSION} ${MIKEFLAGS}

mike-serve: docs
mike-serve:
mike serve --dev-addr localhost:${PORT} --config-file ${MKDOCSCONFIG}

.PHONY: dev
Expand Down
3 changes: 0 additions & 3 deletions mkdocs.insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ plugins:
- redirects:
redirect_maps:
'index.md': 'README.juvix.md'

- blog:
enabled: !ENV [BLOG, true]
blog_dir: blog
Expand All @@ -38,7 +37,6 @@ plugins:
pagination: true
# pagination_per_page: 1
pagination_keep_content: false

- git-revision-date-localized:
type: timeago
custom_format: "%d. %B %Y"
Expand All @@ -54,7 +52,6 @@ plugins:
- LICENSE.md
enabled: true
strict: true

- rss:
match_path: blog/posts/.*
date_from_meta:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mkdocs-material
mkdocs-material[imaging]
mkdocs-juvix-plugin
mkdocs-redirects
mkdocs-rss-plugin
mkdocstrings
mike
html5lib
Expand Down

0 comments on commit 7dcdfdd

Please sign in to comment.