We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1845399 commit c90f818Copy full SHA for c90f818
docs/_static/styles.css
@@ -0,0 +1,8 @@
1
+table {
2
+ width: 100%;
3
+ border-collapse: collapse; /* Optional: collapses borders for a cleaner look */
4
+}
5
+th, td {
6
+ border: 1px solid black; /* Optional: adds borders to cells */
7
+ padding: 5px; /* Optional: adds padding to cells */
8
docs/conf.py
@@ -19,6 +19,9 @@
19
20
exclude_patterns = ['_build']
21
html_static_path = ['_static']
22
+html_css_files = [
23
+ 'styles.css',
24
+]
25
26
##### Guzzle sphinx theme
27
0 commit comments