Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Make the old docs note more visible (#474)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Nov 17, 2023
1 parent 25b5b51 commit 8f4a531
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 24 deletions.
46 changes: 24 additions & 22 deletions source/conf.py
Original file line number Diff line number Diff line change
@@ -1,44 +1,46 @@
extensions = [
'sphinxcontrib.nwdiag', 'sphinx.ext.todo', 'sphinx_fontawesome',
'zuul_sphinx'
"sphinxcontrib.nwdiag",
"sphinx.ext.todo",
"sphinx_fontawesome",
"zuul_sphinx",
]
source_suffix = '.rst'
master_doc = 'index'
project = u'OSISM'
copyright = u'2017-2023, OSISM GmbH'
author = u'OSISM GmbH'
version = u''
release = u''
language = 'en'
source_suffix = ".rst"
master_doc = "index"
project = "OSISM"
copyright = "2017-2023, OSISM GmbH"
author = "OSISM GmbH"
version = ""
release = ""
language = "en"
exclude_patterns = []
pygments_style = 'sphinx'
pygments_style = "sphinx"
todo_include_todos = True
html_theme = 'sphinx_material'
html_theme = "sphinx_material"
html_show_sphinx = False
html_show_sourcelink = False
html_show_copyright = True
htmlhelp_basename = 'documentation'
htmlhelp_basename = "documentation"
html_theme_options = {
"nav_title": "OSISM Documentation",
"nav_title": "Archived OSISM Documentation",
"color_primary": "blue",
"color_accent": "light-blue",
"globaltoc_depth": 3,
"globaltoc_collapse": True,
}
html_context = {
'display_github': True,
'github_user': 'osism',
'github_repo': 'documentation',
'github_version': 'main',
'conf_py_path': '/source/'
"display_github": True,
"github_user": "osism",
"github_repo": "documentation",
"github_version": "main",
"conf_py_path": "/source/",
}
html_logo = 'images/logo.png'
html_logo = "images/logo.png"
html_title = "OSISM Documentation"
html_sidebars = {
"**": ["logo-text.html", "globaltoc.html", "localtoc.html", "searchbox.html"]
}
#html_static_path = [
# html_static_path = [
# '_static'
#]
# ]
latex_elements = {}
zuul_role_paths = []
6 changes: 4 additions & 2 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
Open Source Infrastructure & Service Manager
============================================

This documentation is archived. Please use the new documentation
at https://osism.github.io/docs/intro/.
.. warning::

This documentation is archived. Please use the new documentation
at https://osism.github.io/docs/intro/.

.. note::

Expand Down

0 comments on commit 8f4a531

Please sign in to comment.