Skip to content

Commit

Permalink
fix: html build styles
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Feb 13, 2025
1 parent 9e76dc1 commit 7793f79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from recommonmark.transform import AutoStructify
from recommonmark.parser import CommonMarkParser

# -- RTD configuration ------------------------------------------------
# -- RTD configuration -------------------------------------------------

# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
Expand Down Expand Up @@ -141,7 +141,7 @@ def setup(app):
'collapse_navigation': 'True',
"show_theme_credit": False,
"source_url": 'https://github.com/italia/eudi-wallet-it-docs',
"source_icon": "gitlab",
"source_icon": "github",
}

# -- ReadTheDoc requirements and local template generation---------------------
Expand All @@ -159,6 +159,7 @@ def setup(app):
'css_files': [
'_static/css/theme.css',
'_static/css/badge_only.css',
'' # TODO add a custom css div#top_nav nav { background-color: #0066CC } actually #3889CE
],
}

Expand Down
4 changes: 3 additions & 1 deletion document_settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ document:
description: |
eIDAS Italian Wallet Technical Specifications
tags:
- standard
- eIDAS
- eudiw
- wallet
- interoperabilità
- spid
- cie
Expand Down

0 comments on commit 7793f79

Please sign in to comment.