Removed Directives and added otc-sphinx-directives

This commit is contained in:
SebastianGode 2023-05-02 13:33:09 +02:00
parent 1b31272574
commit 539914d97c
3 changed files with 2 additions and 231 deletions

View File

@ -12,3 +12,4 @@ otcdocstheme
reno>=3.1.0 # Apache-2.0 reno>=3.1.0 # Apache-2.0
# commit 7cbdf09617f6d0ac5450ab1b9e3f3ae68fc55c0e # commit 7cbdf09617f6d0ac5450ab1b9e3f3ae68fc55c0e
git+https://git@gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata.git git+https://git@gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata.git
otc-sphinx-directives>=0.2.0

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@ sys.path.append(os.path.abspath("./_ext"))
extensions = [ extensions = [
'sphinx.ext.intersphinx', 'sphinx.ext.intersphinx',
'otcdocstheme', 'otcdocstheme',
'cont' 'otc_sphinx_directives'
] ]
# openstackdocstheme options # openstackdocstheme options