Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 2: Configure your-repo/docs area

2.1 Create file conf.py with the following content:

No Format
from docs_conf.conf import *
linkcheck_ignore = [
    'http://localhost.*',
    'http://127.0.0.1.*',
    'https://gerrit.o-ran-sc.org.*'
]

2.2 Create file conf.yaml with the following content and your project name:

No Format
---
project_cfg: oran
project: your-repo

2.3 Create file requirements-docs.txt with the following content:

No Format
sphinx
sphinx-rtd-theme
sphinxcontrib-httpdomain
recommonmark
lfdocs-conf