From 02d8d608457bd9fac859d2ffda7be94799769582 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Mon, 28 Mar 2022 13:28:01 +0200 Subject: update requirements files Issue-ID: DOC-784 Signed-off-by: thmsdt Change-Id: Ifca66775154c3ce31054d425a8ebe7da1d8281e2 --- etc/requirements-docs.txt | 6 ++++++ etc/requirements.txt | 2 ++ examples/sphinx/requirements-docs.txt | 5 +++++ 3 files changed, 13 insertions(+) create mode 100644 etc/requirements-docs.txt diff --git a/etc/requirements-docs.txt b/etc/requirements-docs.txt new file mode 100644 index 000000000..cc2d12c20 --- /dev/null +++ b/etc/requirements-docs.txt @@ -0,0 +1,6 @@ +lfdocs-conf +sphinx>=4.2.0 # BSD +sphinx-rtd-theme>=1.0.0 # MIT +autopep8 +sphinxcontrib-spelling +pylint diff --git a/etc/requirements.txt b/etc/requirements.txt index b6654e56c..cc2d12c20 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -1,4 +1,6 @@ lfdocs-conf +sphinx>=4.2.0 # BSD +sphinx-rtd-theme>=1.0.0 # MIT autopep8 sphinxcontrib-spelling pylint diff --git a/examples/sphinx/requirements-docs.txt b/examples/sphinx/requirements-docs.txt index 74a3b7a3f..cc2d12c20 100644 --- a/examples/sphinx/requirements-docs.txt +++ b/examples/sphinx/requirements-docs.txt @@ -1 +1,6 @@ lfdocs-conf +sphinx>=4.2.0 # BSD +sphinx-rtd-theme>=1.0.0 # MIT +autopep8 +sphinxcontrib-spelling +pylint -- cgit 1.2.3-korg