Skip to content

Commit

Permalink
Copying _static to the gsma folder
Browse files Browse the repository at this point in the history
Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
  • Loading branch information
CsatariGergely committed Sep 17, 2024
1 parent a92caa4 commit 51c57de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/ref_model/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"https://ntia.gov/SBOM",
"https://ntia.gov/files/ntia/publications/sbom_minimum_elements_report.pdf",
"https://www.fcc.gov/",
"https://gdpr-info.eu/"
"https://gdpr-info.eu/",
"https://www.cyber.gov.au/resources-business-and-government/essential-cyber-security/ism"
]

linkcheck_timeout = 10
Expand Down
1 change: 1 addition & 0 deletions doc/ref_model/togsma.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def warn(self, msg: str) -> None:

shutil.rmtree('gsma', ignore_errors=True)
os.mkdir('gsma')
shutil.copytree('_static', 'gsma/_static')
shutil.copytree('figures', 'gsma/figures')
shutil.copy('conf.py', 'gsma/conf.py')
shutil.copy('refs.bib', 'gsma/refs.bib')
Expand Down

0 comments on commit 51c57de

Please sign in to comment.