Skip to content

Commit

Permalink
Merge pull request #3 from youandvern/develop
Browse files Browse the repository at this point in the history
Add nojekyll for docs
  • Loading branch information
youandvern authored Mar 16, 2024
2 parents 1631366 + 75a6507 commit 854a578
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Empty file added docs/.nojekyll
Empty file.
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion docs_src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = ["sphinx.ext.autodoc", "sphinx_copybutton", "sphinxcontrib.video"]
extensions = [
"sphinx.ext.autodoc",
"sphinx_copybutton",
"sphinxcontrib.video",
"sphinx.ext.githubpages",
]

templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
Expand Down

0 comments on commit 854a578

Please sign in to comment.