1
0
forked from docs/doc-exports

Compare commits

...

2 Commits

Author SHA1 Message Date
6285e994c5 removing obsolete nosql entry
nosql has been migrated to geminidb
2024-09-18 21:21:48 +00:00
1f1e82d6c4 Update confpy template 2024-09-18 21:21:48 +00:00
2 changed files with 7 additions and 2 deletions

View File

@ -16,6 +16,8 @@
import os import os
import sys import sys
from git import Repo
from datetime import datetime
extensions = [ extensions = [
'otcdocstheme', 'otcdocstheme',
@ -118,3 +120,8 @@ latex_documents = [
{% endif -%} {% endif -%}
] ]
# Get the Git commit values for last updated 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

@ -109,8 +109,6 @@
- docs/ddm - docs/ddm
- docs/dds - docs/dds
- docs/gaussdb_mysql - docs/gaussdb_mysql
- docs/gaussdb_nosql
- docs/gaussdb_nosql
- docs/geminidb - docs/geminidb
- docs/opengauss - docs/opengauss
- docs/drs - docs/drs