Skip to content

Commit 25acd00

Browse files
committed
Remove presentation make target
1 parent 1649cef commit 25acd00

File tree

3 files changed

+3
-24
lines changed

3 files changed

+3
-24
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ html: ## Build html
4444
manual:
4545
cd $(DOCS_DIR) && $(SPHINXBUILD) -b html -t manual . manual
4646

47-
.PHONY: presentation
48-
presentation: ## Build html for presentation
49-
cd $(DOCS_DIR) && $(SPHINXBUILD) -b html -t presentation . $(BUILDDIR)/presentation
50-
5147
.PHONY: dirhtml
5248
dirhtml:
5349
cd $(DOCS_DIR) && $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml

docs/contributing/authors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ html_meta:
33
"description": "Authors' guide to writing Plone Documentation. It covers configuring quality checks and syntax for writing markup that is of particular interest to authors."
44
"property=og:description": "Authors' guide to writing Plone Documentation. It covers configuring quality checks and syntax for writing markup that is of particular interest to authors."
55
"property=og:title": "Authors Guide"
6-
"keywords": "Plone, Documentation, SEO, meta, presentation, exercises, solutions, spellcheck, linkcheck, lexer"
6+
"keywords": "Plone, Documentation, SEO, meta, exercises, solutions, spellcheck, linkcheck, lexer"
77
---
88

99
(authors-guide-label)=
@@ -134,7 +134,7 @@ To validate links, run the following command.
134134
make linkcheck
135135
```
136136

137-
Open `/_build/presentation/output.txt` for a list of broken links.
137+
Open `/_build/linkcheck/output.txt` for a list of broken links.
138138

139139
```{danger}
140140
Please do not abuse `linkcheck_ignore`.

docs/contributing/setup-build.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,6 @@ make html
6666
Open `/_build/html/index.html` in a web browser.
6767

6868

69-
(setup-build-make-presentation-label)=
70-
71-
### `presentation`
72-
73-
`presentation` is an abbreviated version of the documentation.
74-
It is designed for projectors which are typically low resolution and have limited screen space.
75-
Trainers may present this version using a projector during a training.
76-
77-
```shell
78-
make presentation
79-
```
80-
81-
Open `/_build/presentation/index.html` in a web browser.
82-
83-
Authors should read {ref}`authors-presentation-markup-label` for how to write markup for the presentation build.
84-
85-
8669
### `linkcheck`
8770

8871
`linkcheck` checks all links.
@@ -92,7 +75,7 @@ See {ref}`authors-linkcheck-label` for configuration.
9275
make linkcheck
9376
```
9477

95-
Open `/_build/presentation/output.txt` for a list of broken links.
78+
Open `/_build/linkcheck/output.txt` for a list of broken links.
9679

9780

9881
### `spellcheck`

0 commit comments

Comments
 (0)