Skip to content

Commit e6310ff

Browse files
committed
Update
1 parent 1eb6603 commit e6310ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
extensions = [
3838
# Sphinx's own extensions
3939
"sphinx.ext.githubpages",
40+
"sphinx.ext.mathjax",
4041
# External stuff
4142
"myst_parser",
4243
"sphinxcontrib.mermaid",
43-
"sphinx.ext.mathjax", # enable LaTeX/MathJax
4444
"sphinxcontrib.images",
4545
]
4646

@@ -157,7 +157,7 @@
157157
html_show_sourcelink = False
158158

159159
html_context = {
160-
"default_description": "NerdyLib Documentation",
160+
"default_description": "CARP Documentation",
161161
}
162162

163163
html_css_files = ["css/custom.css", "css/user.define.css"]
@@ -172,8 +172,8 @@
172172

173173
language = "en"
174174
myst_html_meta = {
175-
"description": "NerdyLib Documentation Site",
176-
"keywords": "pros, vex-robotics, vex-v5",
175+
"description": "CARP Documentation Site",
176+
"keywords": "RISC-V, SystemVerilog, SystemC, Verilog, ASIC, FPGA",
177177
}
178178

179179
# Add mermaid to myst

0 commit comments

Comments
 (0)