remove lfdocs from doc setup guide 53/130053/1
authorthmsdt <thomas.kulik@telekom.de>
Thu, 28 Jul 2022 12:30:44 +0000 (14:30 +0200)
committerthmsdt <thomas.kulik@telekom.de>
Thu, 28 Jul 2022 12:32:10 +0000 (14:32 +0200)
Issue-ID: DOC-798

Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I54878c50d0c1e0d0af7ed10806b6106f9c9ca398

docs/guides/onap-documentation/setup-of-a-doc-dev-system.rst

index 6be2c67..e6a8ac7 100644 (file)
@@ -39,10 +39,10 @@ Setup of a Documentation Development System
    #########################################################################
 
 Release Relevance
-   10.x.x (Jakarta) - 6.x.x (Frankfurt)
+   11.x.x (Kohn) - 10.x.x (Jakarta)
 
 Last Review/Update
-   31/03/2022
+   28/07/2022
 
 Initial Release
    05/12/2021
@@ -292,13 +292,9 @@ your terminal has changed. Now it starts with ``(onapdocs)``.
 .. code-block:: bash
 
    pip3 install wheel
-   pip3 install lfdocs-conf
 
    which sphinx-build
 
-.. note:: The ``lfdocs-conf`` package requires multiple, additional libraries.
-          They are loaded automatically.
-
 .. tip:: Remember the path
    ``/home/<USER>/environments/onapdocs/bin/sphinx-build``, you need it later
    to configure a VSC extension.
@@ -633,7 +629,7 @@ Python
 - `How To Install Python 3 and Set Up a Programming Environment on an Ubuntu 20.04 Server <https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-programming-environment-on-an-ubuntu-20-04-server>`__
 - `Using Python environments in VS Code <https://code.visualstudio.com/docs/python/environments>`__
 - `Getting Started with Python in VS Code <https://code.visualstudio.com/docs/python/python-tutorial>`__
-- `Linux Foundation Docs Conf <https://pypi.org/project/lfdocs-conf/>`__
+- `Linux Foundation Docs Conf (obsolete) <https://pypi.org/project/lfdocs-conf/>`__
 
 ReadTheDocs
 -----------