Skip to content

Commit

Permalink
chore: remove mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Otto-AA committed Aug 8, 2024
1 parent 92b98ba commit ce28501
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 48 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ clean: ## Clean unused files.
@rm -rf *.egg-info
@rm -rf htmlcov
@rm -rf .tox/
@rm -rf docs/_build

.PHONY: virtualenv
virtualenv: ## Create a virtual environment.
Expand All @@ -86,9 +85,3 @@ release: ## Create a new tag for release.
@git tag $${TAG}
@git push -u origin HEAD --tags
@echo "Github Actions will detect the new tag and release the new version."

.PHONY: docs
docs: ## Build the documentation.
@echo "building documentation ..."
@$(ENV_PREFIX)mkdocs build
URL="site/index.html"; xdg-open $$URL || sensible-browser $$URL || x-www-browser $$URL || gnome-open $$URL || open $$URL
29 changes: 0 additions & 29 deletions docs/filtering.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/index.md

This file was deleted.

7 changes: 0 additions & 7 deletions mkdocs.yml

This file was deleted.

2 changes: 0 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# This requirements are for development and testing only, not for production.
coverage
gitchangelog
mkdocs
plantuml_markdown
pyright
pytest
pytest-cov
Expand Down

0 comments on commit ce28501

Please sign in to comment.