X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fguides%2Fonap-developer%2Fhow-to-use-docs%2Finclude-documentation.rst;h=91f5309839647f8cd82b01e5cda26d9eaa1bf99e;hb=refs%2Fchanges%2F51%2F110951%2F1;hp=c59e956a163ba2459d903c3c2fbf26824fff9fbd;hpb=98e18c2b5a42141fec11437bc8a979b79a31793c;p=doc.git diff --git a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst index c59e956a1..91f530983 100644 --- a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst +++ b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst @@ -475,6 +475,12 @@ Change directory to doc & install requirements. cd doc pip install -r etc/requirements.txt +.. warning:: + + Just follow the next step (copying conf.py from Doc project to your project) + if that is your intention, otherwise skip it. Currently all projects should already have a conf.py file. + Through the next step, this file and potential extensions in your project get overriden. + Copy the conf.py file to your project folder where RST files have been kept: .. code-block:: bash