diff --git a/docs/conf.py b/docs/conf.py
index 2092c0a2117..89e99713ccd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -79,7 +79,7 @@ language = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path
-exclude_patterns = [ "contents.rst" ]
+exclude_patterns = []
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
diff --git a/docs/contents.rst b/docs/contents.rst
deleted file mode 100644
index d8041cc1dbf..00000000000
--- a/docs/contents.rst
+++ /dev/null
@@ -1,105 +0,0 @@
-.. toctree::
- :maxdepth: 1
- :caption: Documentation
- :hidden:
-
- self
- history
- developers
- systems
- license
- faq
- relnotes
- thanks
-
-.. toctree::
- :maxdepth: 2
- :caption: Download and Install
- :hidden:
-
- download
- install
- precompiled
-
-.. toctree::
- :maxdepth: 1
- :caption: Need help?
- :hidden:
-
- lists
- bugs
-
-.. toctree::
- :maxdepth: 1
- :caption: User Topics
- :hidden:
-
- shading
- egl
- opengles
- envvars
- osmesa
- debugging
- perf
- extensions
- application-issues
- viewperf
- xlibdriver
-
-.. toctree::
- :maxdepth: 1
- :caption: Drivers
- :hidden:
-
- drivers/d3d12
- drivers/freedreno
- drivers/llvmpipe
- drivers/openswr
- drivers/v3d
- drivers/vc4
- drivers/vmware-guest
- drivers/zink
-
-.. toctree::
- :maxdepth: 1
- :caption: Developer Topics
- :hidden:
-
- repository
- sourcetree
- utilities
- helpwanted
- devinfo
- codingstyle
- submittingpatches
- releasing
- release-calendar
- sourcedocs
- dispatch
- gallium/index
- android
- Linux Kernel Drivers
-
-.. toctree::
- :maxdepth: 1
- :caption: Testing
- :hidden:
-
- conform
- ci/index
-
-.. toctree::
- :maxdepth: 1
- :caption: Links
- :hidden:
-
- OpenGL Website
- DRI Website
- Developer Blogs
-
-.. toctree::
- :maxdepth: 1
- :caption: Hosted by:
- :hidden:
-
- freedesktop.org
diff --git a/docs/index.rst b/docs/index.rst
index bf1cfb237af..6b3ef7b3774 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,5 +1,3 @@
-.. include:: contents.rst
-
Introduction
============
@@ -29,3 +27,109 @@ and other operating systems.
.. _EGL: https://www.khronos.org/egl/
.. _Direct Rendering Infrastructure: https://dri.freedesktop.org/
.. _X.org: https://x.org
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Documentation
+ :hidden:
+
+ self
+ history
+ developers
+ systems
+ license
+ faq
+ relnotes
+ thanks
+
+.. toctree::
+ :maxdepth: 2
+ :caption: Download and Install
+ :hidden:
+
+ download
+ install
+ precompiled
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Need help?
+ :hidden:
+
+ lists
+ bugs
+
+.. toctree::
+ :maxdepth: 1
+ :caption: User Topics
+ :hidden:
+
+ shading
+ egl
+ opengles
+ envvars
+ osmesa
+ debugging
+ perf
+ extensions
+ application-issues
+ viewperf
+ xlibdriver
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Drivers
+ :hidden:
+
+ drivers/d3d12
+ drivers/freedreno
+ drivers/llvmpipe
+ drivers/openswr
+ drivers/v3d
+ drivers/vc4
+ drivers/vmware-guest
+ drivers/zink
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Developer Topics
+ :hidden:
+
+ repository
+ sourcetree
+ utilities
+ helpwanted
+ devinfo
+ codingstyle
+ submittingpatches
+ releasing
+ release-calendar
+ sourcedocs
+ dispatch
+ gallium/index
+ android
+ Linux Kernel Drivers
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Testing
+ :hidden:
+
+ conform
+ ci/index
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Links
+ :hidden:
+
+ OpenGL Website
+ DRI Website
+ Developer Blogs
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Hosted by:
+ :hidden:
+
+ freedesktop.org