This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver-libswoc.git
The following commit(s) were added to refs/heads/master by this push:
new 93a4d71 A few updates to the doc generation (#7)
93a4d71 is described below
commit 93a4d71bd7c67f6e3e427f67c9b0c5ad093ed323
Author: Brian Neradt <[email protected]>
AuthorDate: Fri Jun 20 23:20:52 2025 -0500
A few updates to the doc generation (#7)
Note that we don't have an override.css file, so this really messed up the
formatting on rendered pages. I'm afraid I'm not sure what Alan did in the past
with this. Maybe he copied over the one from ATS? At any rate, the docs look
much better with this removed since the css was broken without this change.
---
doc/conf.py | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/doc/conf.py b/doc/conf.py
index 667b60a..3367531 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -52,6 +52,7 @@ extensions = [
'sphinx.ext.viewcode',
'sphinxcontrib.plantuml',
'sphinxcontrib.doxylink',
+ 'sphinxcontrib.jquery',
'local'
]
@@ -189,11 +190,11 @@ html_logo = 'images/balcora-gate-400x400.jpg'
# Include a stylesheet that overrides default table styling, to provide
# content wrapping.
-html_context = {
- 'css_files': [
- '_static/override.css'
- ]
-}
+#html_context = {
+# 'css_files': [
+# '_static/override.css'
+# ]
+#}
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.