You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.append(os.path.abspath("./_ext"))
We could add a slick slider to the docs, allowing multiple images to be displayed in the banner.
To do this we can adapt the sphinx hello world tutorial...
In
docs/source/_ext/slickslider.py
:Line 18 of
docs/source/conf.py
might look like:Line 34 of
conf.py
might look like:And
index.rst
might look like:The text was updated successfully, but these errors were encountered: