pydata_sphinx_theme.nbsphinx
============================

.. py:module:: pydata_sphinx_theme.nbsphinx

.. autoapi-nested-parse::

   Interoperate with nbpshinx extension.

   ..
       !! processed by numpydoc !!


Attributes
----------

.. autoapisummary::

   pydata_sphinx_theme.nbsphinx.nbsphinx_css_filename
   pydata_sphinx_theme.nbsphinx.replacement_css_filename


Functions
---------

.. autoapisummary::

   pydata_sphinx_theme.nbsphinx.delete_nbsphinx_css
   pydata_sphinx_theme.nbsphinx.point_nbsphinx_pages_to_our_css


Module Contents
---------------

.. py:function:: delete_nbsphinx_css(app)

   
   For projects using nbsphinx, delete nbsphinx's CSS.
   We replace it later with our own.
















   ..
       !! processed by numpydoc !!

.. py:function:: point_nbsphinx_pages_to_our_css(app, pagename, templatename, context, doctree)

   
   For projects using nbsphinx, point to our notebook CSS.
   nbsphinx selectively adds its CSS to certain pages (the ones it converted
   from notebook files) by calling the Sphinx `add_css_file()` method on
   "html-page-context" event. Here we update those pages to point to our
   alternative CSS file.
















   ..
       !! processed by numpydoc !!

.. py:data:: nbsphinx_css_filename
   :value: 'nbsphinx-code-cells.css'


.. py:data:: replacement_css_filename
   :value: 'nbsphinx-pydata-theme.css'


