Skip to content

Commit 86e1ef9

Browse files
committed
Pin Sphinx minimum version
- Update search select menu options - Add another Plone logo version - Blackify
1 parent 37582e6 commit 86e1ef9

File tree

4 files changed

+10
-25
lines changed

4 files changed

+10
-25
lines changed

docs/_static/logo_2x.png

3.17 KB
Loading

docs/_templates/search.html

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,9 @@ <h1 id="search-documentation">{{ _('Search') }}</h1>
5151
<option value="all">All Trainings</option>
5252
{% for id, title in
5353
[
54-
['mastering-plone', 'Mastering Plone'],
55-
['mastering-plone-5', 'Mastering Plone 5'],
56-
['volto','Volto'],
57-
['voltohandson','Volto Hands-On'],
58-
['voltoaddons','Volto Add-Ons'],
59-
['react','ReactJS'],
60-
['testing','Testing'],
61-
['theming','Theming'],
62-
['javascript','Javascript'],
63-
['deployment','Deployment'],
64-
['ttw','TTW'],
65-
['solr','Solr'],
66-
['workflow','Workflow'],
67-
['angular','Angular'],
68-
['transmogrifier','Transmogrifier'],
69-
['advanced-python','Advanced Python'],
70-
['gatsby','Gatsby'],
71-
['wsgi','WSGI'],
54+
["backend","Backend"],
55+
["classic-ui","Classic UI"],
56+
["contributing","Contributing"],
7257
] %}
7358
<option value="{{id}}">{{ title }}</option>
7459
{% endfor %}

docs/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,27 +194,27 @@
194194

195195
# The name for this set of Sphinx documents. If None, it defaults to
196196
# "<project> v<release> documentation".
197-
html_title = '%(project)s v%(release)s' % {'project': project, 'release': release}
197+
html_title = "%(project)s v%(release)s" % {"project": project, "release": release}
198198

199199
# If false, no index is generated.
200200
html_use_index = True
201201

202202

203-
203+
# -- Options for HTML help output -------------------------------------------------
204204

205205
# Output file base name for HTML help builder.
206-
htmlhelp_basename = 'PloneDocumentation'
206+
htmlhelp_basename = "PloneDocumentation"
207207

208208

209209
# -- Options for LaTeX output -------------------------------------------------
210210

211211
# Grouping the document tree into LaTeX files. List of tuples
212212
# (source start file, target name, title, author, documentclass [howto/manual])
213213
latex_documents = [
214-
('index', 'PloneDocumentation.tex', u'Plone Documentation',
215-
u'The Plone community', 'manual'),
214+
("index", "PloneDocumentation.tex", "Plone Documentation",
215+
"The Plone community", "manual"),
216216
]
217217

218218
# The name of an image file (relative to this directory) to place at the top of
219219
# the title page.
220-
latex_logo = "../source/documentation/_static/logo_2x.png"
220+
latex_logo = "_static/logo_2x.png"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Sphinx>=4.3.2
1+
Sphinx>=4.4.0
22
jsx-lexer
33
lesscpy
44
linkify-it-py

0 commit comments

Comments
 (0)