diff options
-rw-r--r-- | etc/requirements-docs.txt | 6 | ||||
-rw-r--r-- | etc/requirements.txt | 2 | ||||
-rw-r--r-- | examples/sphinx/requirements-docs.txt | 5 |
3 files changed, 13 insertions, 0 deletions
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 |