Skip to content

Commit

Permalink
Remove Fern sponsor message
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Dec 3, 2024
1 parent 9716fc6 commit 6654eaf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 38 deletions.
13 changes: 0 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@ marshmallow: simplified object serialization

**marshmallow** is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes.

Sponsor Message
===============

Input an OpenAPI spec to generate API docs that look as good as Stripe's. `Request a preview <https://form.typeform.com/to/uc55zY0F>`_ of your docs on Fern.

.. image:: https://github.com/user-attachments/assets/69916225-0d61-4bd7-b3b9-e378557673cb
:target: https://form.typeform.com/to/uc55zY0F
:align: center
:alt: Fern logo

Example
=======

.. code-block:: python
from datetime import date
Expand Down
15 changes: 0 additions & 15 deletions docs/_static/css/sponsor-message.css

This file was deleted.

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
html_theme_path = [alabaster.get_path()]
html_theme = "alabaster"
html_static_path = ["_static"]
html_css_files = ["css/versionwarning.css", "css/sponsor-message.css"]
html_css_files = ["css/versionwarning.css"]
templates_path = ["_templates"]
html_show_sourcelink = False

Expand Down
9 changes: 0 additions & 9 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ marshmallow: simplified object serialization

Release v\ |version|. (:doc:`Changelog <changelog>`)

.. admonition:: Sponsor Message

Input an OpenAPI spec to generate API docs that look as good as Stripe's. `Request a preview <https://form.typeform.com/to/uc55zY0F>`_ of your docs on Fern.

.. image:: https://github.com/user-attachments/assets/69916225-0d61-4bd7-b3b9-e378557673cb
:target: https://form.typeform.com/to/uc55zY0F
:align: center
:alt: Fern logo

.. include:: about.rst.inc

Upgrading from an older version?
Expand Down

0 comments on commit 6654eaf

Please sign in to comment.