Skip to content

Commit

Permalink
📝 Minor mkdocs fixes (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
renardeinside authored Aug 24, 2022
1 parent 673d4c7 commit 7864567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
11 changes: 1 addition & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -218,16 +218,7 @@ docs-clean: ## Clean the docs build folder
-rm -rf ${DOCS_BUILD}/*

docs-serve: ## sphinx autobuild & serve docs on localhost
@echo ""
@echo "${YELLOW}Build and serve docs:${NORMAL}"
@make helper-line
$(SPHINX_AUTOBUILD) ${DOCS_SOURCE} ${DOCS_BUILD}

docs-rebuild: docs-clean ## Re-build the docs.
@echo ""
@echo "${YELLOW}Building the docs:${NORMAL}"
@make helper-line
$(SPHINX_BUILD) ${DOCS_SOURCE} ${DOCS_BUILD}
mkdocs serve

##############################################################################

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
DEV_REQUIREMENTS = [
# utilities for documentation
"mkdocs>=1.1.2,<2.0.0",
"mkdocs-click>=0.8.0,<1.0",
"mkdocs-material>=8.4,<9.0.0",
"mdx-include>=1.4.1,<2.0.0",
"mkdocs-markdownextradata-plugin>=0.1.7,<0.3.0",
Expand Down

0 comments on commit 7864567

Please sign in to comment.