Skip to content

Commit

Permalink
✏️ fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
koladev32 committed May 23, 2024
1 parent 1c31155 commit ffb8d75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.intersphinx",
"sphinx_rtd_dark_mode"
]

intersphinx_mapping = {
Expand All @@ -49,3 +50,6 @@
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

# user starts in light mode
default_dark_mode = False

0 comments on commit ffb8d75

Please sign in to comment.