Compare commits

..

3 Commits

Author SHA1 Message Date
183cdcfb83 Added internal flag to docs
All checks were successful
gl/check check status: success (183cdcfb83162378eb79a8fe9285b668ef822251)
gl/gate gate status: success (183cdcfb83162378eb79a8fe9285b668ef822251)
2024-06-20 07:11:07 +00:00
e99a11b843 fix repo name
All checks were successful
gl/check check status: success (e99a11b8431581383981beb1b898363ab8277971)
2024-06-19 12:51:46 +00:00
b3b2b543b4 Add LTS service
Some checks are pending
gl/check check status: pending (b3b2b543b4a1f9a4d44312d76c0ec98cea78ef9c)
2024-06-19 12:49:08 +00:00
2 changed files with 0 additions and 8 deletions

View File

@ -16,8 +16,6 @@
import os
import sys
from git import Repo
from datetime import datetime
extensions = [
'otcdocstheme',
@ -134,8 +132,3 @@ latex_documents = [
{% endif -%}
]
# Get the Git commit values for timestamp on each page
repo = Repo(search_parent_directories=True)
commit = repo.head.commit
current_commit_hash = commit.hexsha
current_commit_time = commit.committed_datetime.strftime('%Y-%m-%d %H:%M')

View File

@ -13,4 +13,3 @@ otc-sphinx-directives>=0.1.0
sphinx-minify>=0.0.1 # Apache-2.0
git+https://gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata-swiss.git#egg=otc_metadata
setuptools
gitpython