diff options
author | Rich Bennett <rb2745@att.com> | 2019-05-15 16:10:18 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2019-05-15 20:14:56 -0400 |
commit | 075cab7dceb632b3d82786fa0212e7b5f852a0ea (patch) | |
tree | da482edc97c7b32f9af4a7106566c79f86eda272 /etc | |
parent | 26f44476e6b61fca34e1e72ea8a65cebf8ed1905 (diff) |
First commit to dublin branch
Add default branch to .gitreview
Switch sphinx theme to bootstrap with bootswatch lumen style
Reuse OPENDAYLIGHT/OPNFV side navbar templates
Remove unused options in conf.py and add the License text
Begin to use the lfit/releng global doc project template
Add TODO for guidelines on use of the new theme
Update submodule references for contributing repositories that
already have a dublin branch
Change-Id: I60c26a25bd15b90ab4878b0635ebd9b9d8712a0d
Issue-ID: DOC-467
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt index fc22c1447..d1167b6e0 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -1,5 +1,5 @@ tox -Sphinx==1.8.4 +Sphinx==1.8.5 doc8 docutils setuptools @@ -12,3 +12,4 @@ sphinxcontrib-seqdiag sphinxcontrib-swaggerdoc sphinxcontrib-plantuml sphinx_bootstrap_theme>=0.4.11 +lfdocs-conf |