Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"sphinx_copybutton",
"sphinx_design",
"sphinx_examples",
"sphinx_llms_txt",
"sphinx_reredirects",
"sphinx_sitemap",
"sphinx_tippy",
Expand Down Expand Up @@ -204,8 +205,8 @@
"attributes": {
"target": "_blank",
"rel": "noopener me",
"class": "nav-link custom-fancy-css"
}
"class": "nav-link custom-fancy-css",
},
},
{
"name": "Mastodon",
Expand All @@ -215,8 +216,8 @@
"attributes": {
"target": "_blank",
"rel": "noopener me",
"class": "nav-link custom-fancy-css"
}
"class": "nav-link custom-fancy-css",
},
},
{
"name": "YouTube",
Expand All @@ -226,8 +227,8 @@
"attributes": {
"target": "_blank",
"rel": "noopener me",
"class": "nav-link custom-fancy-css"
}
"class": "nav-link custom-fancy-css",
},
},
{
"name": "X (formerly Twitter)",
Expand All @@ -237,8 +238,8 @@
"attributes": {
"target": "_blank",
"rel": "noopener me",
"class": "nav-link custom-fancy-css"
}
"class": "nav-link custom-fancy-css",
},
},
],
"logo": {
Expand Down Expand Up @@ -453,6 +454,7 @@

# -- Configuration for source_replacements extension -----------------------


# An extension that allows replacements for code blocks that
# are not supported in `rst_epilog` or other substitutions.
# https://stackoverflow.com/a/56328457/2214933
Expand All @@ -468,6 +470,7 @@ def source_replace(app, docname, source):
"{PLONE_BACKEND_MINOR_VERSION}": "6.1",
}


# Finally, configure app attributes.
def setup(app):
app.add_config_value("source_replacements", {}, True)
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sphinx-autobuild
sphinx-copybutton
sphinx-design # Documentation only
sphinx-examples
sphinx-llms-txt
sphinx-notfound-page # Documentation only
sphinx-reredirects
sphinx-sitemap
Expand Down