Skip to content
Open
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
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
'logo_only': True,
'includehidden': False
}
html_use_index = False

# Add any paths that contain templates here, relative to this directory.
templates_path = ['guide/_templates']
Expand Down
2 changes: 1 addition & 1 deletion guide/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
--light-blue: #42C0FF;
--orange: #FAA119;
--yellow: #ffdd31;
--search-section-height: 150px; /* Adjust this value to match your search section height */
--search-section-height: 500px; /* Adjust this value to match your search section height */
}

/* Apply Poppins font to text elements (excluding code blocks) */
Expand Down
2 changes: 1 addition & 1 deletion guide/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Sphinx==6.2.1
sphinx-rtd-theme==1.2.2
sphinx-rtd-theme==3.1.0
sphinx_copybutton
Loading