@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
.. _camera-sensor-model:
.. todo: Move to Doxygen-generated documentation
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-4.0
-.. include:: documentation-contents.rst
-
.. _code-of-conduct:
Contributor Covenant Code of Conduct
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
.. _coding-style-guidelines:
Coding Style Guidelines
@@ -114,7 +114,7 @@ html_context = {
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['@CURRENT_SRCDIR@/theme/static']
+html_static_path = []
# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
@@ -125,8 +125,3 @@ html_static_path = ['@CURRENT_SRCDIR@/theme/static']
# 'searchbox.html']``.
#
# html_sidebars = {}
-
-html_css_files = [
- 'custom.css',
-]
-
deleted file mode 100644
@@ -1,35 +0,0 @@
-.. SPDX-License-Identifier: CC-BY-SA-4.0
-
-.. container:: documentation-nav
-
- * **Documentation for Users**
- * :doc:`Introduction </introduction>`
- * :doc:`/feature_requirements`
- * :doc:`/guides/application-developer`
- * :doc:`/python-bindings`
- * :doc:`/environment_variables`
- * :doc:`/api-html/index`
- * :doc:`/code-of-conduct`
- * |
- * **Documentation for Developers**
- * :doc:`/libcamera_architecture`
- * :doc:`/guides/pipeline-handler`
- * :doc:`/guides/ipa`
- * :doc:`/camera-sensor-model`
- * :doc:`/guides/tracing`
- * :doc:`/software-isp-benchmarking`
- * :doc:`/coding-style`
- * :doc:`/internal-api-html/index`
- * |
- * **Documentation for System Integrators**
- * :doc:`/lens_driver_requirements`
- * :doc:`/sensor_driver_requirements`
-
-..
- The following directive adds the "documentation" class to all of the pages
- generated by sphinx. This is not relevant in libcamera nor addressed in the
- theme's CSS, since all of the pages here are documentation. It **is** used
- to properly format the documentation pages on libcamera.org and so should not
- be removed.
-
-.. rst-class:: documentation
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
Environment variables
=====================
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
Feature Requirements
====================
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: ../documentation-contents.rst
-
Using libcamera in a C++ application
====================================
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: ../documentation-contents.rst
-
IPA Writer's Guide
==================
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: ../documentation-contents.rst
-
Pipeline Handler Writers Guide
==============================
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: ../documentation-contents.rst
-
Tracing Guide
=============
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
************
Introduction
************
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
.. _lens-driver-requirements:
Lens Driver Requirements
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
libcamera Architecture
======================
@@ -161,7 +161,6 @@ if sphinx.found()
sphinx_conf,
'contributing.rst',
'design/ae.rst',
- 'documentation-contents.rst',
'environment_variables.rst',
'feature_requirements.rst',
'guides/application-developer.rst',
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
.. _python-bindings:
Python Bindings for libcamera
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
.. _sensor-driver-requirements:
Sensor Driver Requirements
@@ -1,7 +1,5 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. include:: documentation-contents.rst
-
.. _software-isp-benchmarking:
Software ISP benchmarking
deleted file mode 100644
@@ -1,5 +0,0 @@
-/* SPDX-License-Identifier: CC-BY-SA-4.0 */
-/* Hide the documentation nav. It is only used on the website. */
-.documentation-nav {
- display: none;
-}