We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0572d84 commit 38eb1b5Copy full SHA for 38eb1b5
docs/source/.nojekyll
docs/source/conf.py
@@ -41,6 +41,7 @@
41
"sphinx.ext.coverage",
42
"sphinx.ext.viewcode",
43
"sphinx.ext.ifconfig",
44
+ "sphinx.ext.mathjax",
45
]
46
47
intersphinx_mapping = {
@@ -174,7 +175,7 @@
174
175
# Add any extra paths that contain custom files (such as robots.txt or
176
# .htaccess) here, relative to this directory. These files are copied
177
# directly to the root of the documentation.
-html_extra_path = ["_tutorials"]
178
+html_extra_path = ["_tutorials", ".nojekyll"]
179
180
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
181
# using the given strftime format.
0 commit comments