Skip to content

Commit

Permalink
Fix a few links in gov (anuket-project#3290)
Browse files Browse the repository at this point in the history
It also updates requirements and py version
as the other doc verifications

Signed-off-by: Cédric Ollivier <[email protected]>

Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier authored Dec 16, 2022
1 parent bed9d8a commit 2b2fa89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions doc/common/references.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,14 @@ Security Related References
* - [S10]
-
- OWASP "Secure Coding Practices - Quick Reference Guide".
Available at `https://owasp.org/www-project-secure-coding-practices-quick-reference-guide/migrated_content
<https://owasp.org/www-project-secure-coding-practices-quick-reference-guide/migrated_content>`__.
Available at `https://owasp.org/www-project-secure-coding-practices-quick-reference-guide/
<https://owasp.org/www-project-secure-coding-practices-quick-reference-guide/>`__.
* - [S11]
-
- Software Bill of Materials (SBOM) described by US National
Telecommunications and Information Administration (NTIA).
Available at `https://www.ntia.gov/SBOM
<https://www.ntia.gov/SBOM>`__.
Available at `https://ntia.gov/SBOM
<https://ntia.gov/SBOM>`__.
* - [S12]
-
- Twelve-Factor App.
Expand Down
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
]
linkcheck_ignore = [
'https://github.com/cncf/telecom-user-group/blob/master/whitepaper/cloud_native_thinking_for_telecommunications.md#1.4',
'https://static1.squarespace.com/static/5ad774cce74940d7115044b0/t/5db36ffa820b8d29022b6d08/1572040705841/ORAN-WG4.IOT.0-v01.00.pdf/2018/180226_NGMN_RANFSX_D1_V20_Final.pdf'
'https://static1.squarespace.com/static/5ad774cce74940d7115044b0/t/5db36ffa820b8d29022b6d08/1572040705841/ORAN-WG4.IOT.0-v01.00.pdf/2018/180226_NGMN_RANFSX_D1_V20_Final.pdf',
'https://ntia.gov'
]
intersphinx_mapping = {
'ref_model': ('https://cntt.readthedocs.io/projects/rm/en/latest/', None),
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ envlist = docs
skipsdist = true

[testenv:docs]
basepython = python3.9
basepython = python3.10
deps =
-chttps://opendev.org/openstack/requirements/raw/branch/stable/xena/upper-constraints.txt
-chttps://opendev.org/openstack/requirements/raw/branch/stable/zed/upper-constraints.txt
-r{toxinidir}/test-requirements.txt
commands =
sphinx-build --keep-going -W -T -b html -D language=en doc _build/html
sphinx-build --keep-going -W -b linkcheck doc _build/html
sphinx-build -W --keep-going -W -T -b html -D language=en doc _build/html
sphinx-build -W --keep-going -W -b linkcheck doc _build/html

0 comments on commit 2b2fa89

Please sign in to comment.