diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-04-21 14:37:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-04-21 14:37:31 +0000 |
commit | e29fa0d020b8615616bc12c5b1e8c3baa502cdb5 (patch) | |
tree | 8eeba2f0746c9fe0d63133fb02487179ede1b4f3 | |
parent | b5023dcca43f2afafd4bf24765c79f18fd723338 (diff) | |
parent | a32709acf3d267cbc56394443c8d37463d64658f (diff) |
Merge "[DOC] Add bounds to sphinx requirement"
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index f3d82daf4a..554df8559d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,9 @@ -Sphinx +lfdocs-conf +sphinx>=4.2.0 # BSD +sphinx-rtd-theme>=1.0.0 # MIT doc8 docutils six -lfdocs-conf sphinxcontrib-redoc sphinxcontrib-spelling PyEnchant |