Skip to main content
Ctrl+K
⚠️This is an experimental release sphinx-syft-theme ⚠️

Syft Theme

  • Documentation
  • About
  • Contributing
  • Tutorial
  • Syft Theme
  • Twitter
  • GitHub
  • Slack
  • Join on slack for #support
  • Documentation
  • About
  • Contributing
  • Tutorial
  • Syft Theme
  • Twitter
  • GitHub
  • Slack
  • Join on slack for #support

Section Navigation

  • About the Sphinx Syft Theme
  • Standalone Pages
  • Change Log

Tutorials

  • Get started
  • Notebook Demo Template

Components

  • Add your own CSS rules
  • Add a download page button
  • Icon links and badges
  • Logo and branding
  • Buttons that link to source files
  • Persona in Syft Theme

Sections

  • Announcement banners
  • Content footer
  • Page footer
  • Header and navbar
  • Secondary sidebar and table of contents

Contribute

  • Set up your development workflow
  • Style and design
  • Creating sub-themes
  • Testing infrastructure
  • Translation workflow
  • Releases and version numbers
Feedback Form
Feedback sent!
  • .md

Content footer#

There is a content footer that spans the width of the page, and is visible when you scroll to the bottom of the content.

By default, the content footer has the following items:

  • author.html: Display the author of the page, if present.

  • copyright.html: Display copyright information about the website.

  • last-updated.html: Display the latest date that the website was updated.

  • extra-footer.html: A placeholder for arbitrary HTML you may add (see Add extra HTML to your content footer).

Add extra HTML to your content footer#

You may add custom HTML to the content footer via conf.py. This is a shortcut in case you wish to avoid defining your own HTML template.

To do so, use the extra_footer configuration and provide any HTML that you wish. For example:

html_theme_options = {
    ...
    "extra_footer": "<div>hi there!</div>",
}

previous

Announcement banners

next

Page footer

On this page
  • Add extra HTML to your content footer
Edit on GitHub
Show Source

Copyright © 2025

By Syft Theme Maintainer

Last updated on Jan 31, 2025.