Updates to use lfdocs theme 49/1049/1
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 1 Oct 2019 21:13:08 +0000 (17:13 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Tue, 1 Oct 2019 21:13:08 +0000 (17:13 -0400)
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I79f7ea58e60d0a79628229a86539336867db6796

docs/bar.rst [new file with mode: 0644]
docs/conf.py
docs/conf.yaml
docs/index.rst
tox.ini

diff --git a/docs/bar.rst b/docs/bar.rst
new file mode 100644 (file)
index 0000000..347d13b
--- /dev/null
@@ -0,0 +1,12 @@
+.. _bar:
+
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. SPDX-License-Identifier: CC-BY-4.0
+
+=================
+Platform overview
+=================
+
+Introduction
+============
+
index 592a573..3c4453e 100644 (file)
@@ -1,2 +1 @@
-from docs_conf import *
-master_doc = 'index'
+from docs_conf.conf import *
index 5427b57..c46cce4 100644 (file)
@@ -1,3 +1,3 @@
 ---
 project_cfg: oran
-project: ORAN
+project: oran
index e60834d..a42f61a 100644 (file)
@@ -1,11 +1,32 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. SPDX-License-Identifier: CC-BY-4.0
 
-.. _test:
+.. _oran:
+
+Oran
+====
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
+tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
+veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
+commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
+velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
+cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id
+est laborum.
+
+Guides:
+
+.. toctree::
+   :maxdepth: 1
+
+   bar
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
 
-=======================
-Test Docs for rdt apiv3
-=======================
 
-This is a test text
-test
diff --git a/tox.ini b/tox.ini
index b383cec..db50ddf 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,9 @@ deps =
     
 commands =
     sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+
     echo "Generated docs available in {toxinidir}/docs/_build/html"
+
 whitelist_externals = echo
 
 [testenv:docs-linkcheck]