xyzstyle
========

.. py:module:: xyzstyle

.. autoapi-nested-parse::

   xyzstyle - A Sphinx theme for documentation.

   This module provides a custom Sphinx theme for creating beautiful documentation.



Functions
---------

.. autoapisummary::

   xyzstyle.get_html_theme_path
   xyzstyle.setup


Package Contents
----------------

.. py:function:: get_html_theme_path() -> str

   Return the path to the HTML theme directory.

   :returns: Absolute path to the theme directory.
   :rtype: str


.. py:function:: setup(app: sphinx.application.Sphinx) -> sphinx.util.typing.ExtensionMetadata

   Set up the xyzstyle Sphinx theme.

   This function is called by Sphinx when the extension is loaded.

   :param app: Sphinx application instance.

   :returns: Dictionary of metadata for the extension.
   :rtype: ExtensionMetadata


