Skip to content

Commit 75a6507

Browse files
committed
Add nojekyll for docs
1 parent 224e96b commit 75a6507

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

docs/.doctrees/environment.pickle

-3.55 KB
Binary file not shown.

docs/.nojekyll

Whitespace-only changes.

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs_src/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@
2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
2222

23-
extensions = ["sphinx.ext.autodoc", "sphinx_copybutton", "sphinxcontrib.video"]
23+
extensions = [
24+
"sphinx.ext.autodoc",
25+
"sphinx_copybutton",
26+
"sphinxcontrib.video",
27+
"sphinx.ext.githubpages",
28+
]
2429

2530
templates_path = ["_templates"]
2631
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

0 commit comments

Comments
 (0)