diff --git a/docs/images/pymupdf-logo.png b/docs/images/pymupdf-logo.png
index 500be0230..2ea48ca60 100644
Binary files a/docs/images/pymupdf-logo.png and b/docs/images/pymupdf-logo.png differ
diff --git a/docs/images/pymupdf-sidebar-logo.png b/docs/images/pymupdf-sidebar-logo.png
deleted file mode 100644
index 5a1e37729..000000000
Binary files a/docs/images/pymupdf-sidebar-logo.png and /dev/null differ
diff --git a/docs/intro.rst b/docs/intro.rst
deleted file mode 100644
index 36c3b0296..000000000
--- a/docs/intro.rst
+++ /dev/null
@@ -1,67 +0,0 @@
-.. include:: header.rst
-
-Introduction
-==============
-
-.. image:: images/pymupdf-logo.png
- :align: center
- :scale: 10%
-
-..
- Don't delete the bar symbol - it forces a line break beneath the image - which is required.
-
-|
-
-**PyMuPDF** is a Python binding for `MuPDF `_ -- a lightweight PDF, XPS, and E-book viewer, renderer, and toolkit, which is maintained and developed by Artifex Software, Inc
-
-MuPDF can access files in PDF, XPS, OpenXPS, CBZ, EPUB, MOBI and FB2 (e-books) formats, and it is known for its top performance and high rendering quality.
-
-MuPDF stands out among all similar products for its top rendering capability and unsurpassed processing speed. At the same time, its "light weight" makes it an excellent choice for platforms where resources are typically limited, like smartphones.
-
-Check this out yourself and compare the various free PDF-viewers. In terms of speed and rendering quality `SumatraPDF `_ ranges at the top (apart from MuPDF's own standalone viewer) -- since it has changed its library basis to MuPDF!
-
-With PyMuPDF you can access files with extensions like “.pdf”, “.xps”, “.oxps”, “.cbz”, “.fb2”, ".mobi" or “.epub”. In addition, about 10 popular image formats can also be opened and handled like documents.
-
-PyMuPDF provides access to many important functions of MuPDF from within a Python environment, and we are continuously seeking to expand this function set.
-
-PyMuPDF runs and has been tested on Mac, Linux and Windows for all currently supported Python versions. Other platforms should work too, as long as MuPDF and Python support them.
-
-PyMuPDF is hosted on `GitHub `_ and registered on `PyPI `_.
-
-For MS Windows, Mac OSX and Linux Python wheels are available -- please see the installation chapter.
-
-The GitHub repository `PyMuPDF-Utilities `_ contains a full range of examples, demonstrations and use cases.
-
-Note on the legacy module name *fitz*
--------------------------------------
-Prior to release 1.24.3, the top level Python import name for this library was **"fitz"**. This has historical reasons:
-
-The original rendering library for MuPDF was called *Libart*.
-
-*"After Artifex Software acquired the MuPDF project, the development focus shifted on writing a new modern graphics library called "Fitz". Fitz was originally intended as an R&D project to replace the aging Ghostscript graphics library, but has instead become the rendering engine powering MuPDF."* (Quoted from `Wikipedia `_).
-
-`import fitz` is still supported for backwards compatibility.
-
-.. note::
-
- Use of legacy name `fitz` can fail if defunct package pypi.org `fitz` is installed; see :ref:`problems-after-installation`.
-
-
-License and Copyright
-----------------------
-In order to comply with MuPDF’s dual licensing model, PyMuPDF has entered into an agreement with Artifex who has the right to sublicense PyMuPDF to third parties.
-
-PyMuPDF and MuPDF are now available under both, open-source AGPL and commercial license agreements. Please read the full text of the AGPL license agreement, available in the distribution material (file COPYING) and `here `_, to ensure that your use case complies with the guidelines of the license. If you determine you cannot meet the requirements of the AGPL, please contact `Artifex `_ for more information regarding a commercial license.
-
-Artifex is the exclusive commercial licensing agent for MuPDF.
-
-Artifex, the Artifex logo, MuPDF, and the MuPDF logo are registered trademarks of Artifex Software Inc. © 2022 Artifex Software, Inc. All rights reserved.
-
-.. include:: version.rst
-
------
-
-.. rubric:: Footnotes
-
-
-.. include:: footer.rst