summaryrefslogtreecommitdiffstats
path: root/docs/requirements.txt
diff options
context:
space:
mode:
authorGeorg Kunz <georg.kunz@ericsson.com>2022-08-05 11:04:42 +0200
committerGeorg Kunz <georg.kunz@ericsson.com>2022-08-08 00:04:51 +0200
commited201f05042e990240b85da74e07686f6c13e39d (patch)
tree5a16d697e862f7ae44ec88dcc6d5efa1c3a4f4e3 /docs/requirements.txt
parent474ea7ed2bf044798bf05654e757fef090e8aed8 (diff)
Consistent use of material theme across specs and impl project docs
This applies the same material theme and build dependencies to the implementation project documentation as used by the specs. It thereby creates a consistens look-and-feel across both set of docs. Signed-off-by: Georg Kunz <georg.kunz@ericsson.com> Change-Id: I16f8bf2b500260549bab8b21d1ab58d76cb103c6
Diffstat (limited to 'docs/requirements.txt')
-rw-r--r--docs/requirements.txt15
1 files changed, 6 insertions, 9 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt
index 6aeef7f26..5b543fe27 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,9 +1,6 @@
-tox
-Sphinx
-doc8
-docutils
-setuptools
-six
-sphinxcontrib-httpdomain
-sphinx_bootstrap_theme>=0.4.11
-Jinja2<3.1
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,!=3.0.0,!=3.4.2 # BSD
+doc8 # Apache-2.0
+sphinx-material