Skip to content

Commit 38eb1b5

Browse files
committed
fix: Enable mathJax and add .nojekyll for github pages
1 parent 0572d84 commit 38eb1b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/source/.nojekyll

Whitespace-only changes.

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"sphinx.ext.coverage",
4242
"sphinx.ext.viewcode",
4343
"sphinx.ext.ifconfig",
44+
"sphinx.ext.mathjax",
4445
]
4546

4647
intersphinx_mapping = {
@@ -174,7 +175,7 @@
174175
# Add any extra paths that contain custom files (such as robots.txt or
175176
# .htaccess) here, relative to this directory. These files are copied
176177
# directly to the root of the documentation.
177-
html_extra_path = ["_tutorials"]
178+
html_extra_path = ["_tutorials", ".nojekyll"]
178179

179180
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
180181
# using the given strftime format.

0 commit comments

Comments
 (0)