Skip to content

Commit

Permalink
Remove documentation from this package -- Moved to plone/documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Feb 17, 2023
1 parent c5f027f commit b1a5912
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 1,035 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/docs.yml

This file was deleted.

6 changes: 0 additions & 6 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
include *.txt
include *.md
include *.yaml
include pyproject.toml
include Makefile
include mx.ini

recursive-include docs *
recursive-include plone *

global-exclude *pyc

recursive-exclude news *
recursive-exclude docs/_build *
exclude news
exclude constraints-mxdev.txt
exclude requirements-mxdev.txt
15 changes: 0 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,3 @@ start: ## Start a Plone instance on localhost:8080
.PHONY: lint
lint: bin/pip ## Lint codebase
bin/tox -e lint

# Docs
bin/sphinx-build: bin/pip
bin/pip install -r requirements-docs.txt

.PHONY: build-docs
build-docs: bin/sphinx-build ## Build the documentation
./bin/sphinx-build \
-b html $(DOCS_DIR) "$(DOCS_DIR)/_build/html"

.PHONY: livehtml
livehtml: bin/sphinx-build ## Rebuild Sphinx documentation on changes, with live-reload in the browser
./bin/sphinx-autobuild \
--ignore "*.swp" \
-b html $(DOCS_DIR) "$(DOCS_DIR)/_build/html"
49 changes: 0 additions & 49 deletions docs/caching-control-panel.md

This file was deleted.

104 changes: 0 additions & 104 deletions docs/caching-profiles.md

This file was deleted.

98 changes: 0 additions & 98 deletions docs/caching-proxies.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/composite-views.md

This file was deleted.

Loading

0 comments on commit b1a5912

Please sign in to comment.